#719334

Color #719334 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #719334

Tints of Sushi #719334

Color information

#719334 (or 0x719334) is unknown color: approx Sushi. HEX triplet: 71, 93 and 34. RGB value is (113,147,52). Sum of RGB (Red+Green+Blue) = 113+147+52=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #719334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719334 is #8E6CCB. Grayscale: #7E7E7E. Windows color (decimal): -9333964 or 3445617. OLE color: 3445617.

HSL color Cylindrical-coordinate representation of color #719334: hue angle of 81.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #719334 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB11314752-
CMYK0.2300.650.42
HSL81.47º47.74%39.02%-
HSV(B)81.47º64.63%57.65%-
XYZ17.8624.637.06-
YUV12686.24118.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=36.22%
G=47.12%
B=16.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147520.2300.650.4281.4747.7439.02
Hex719334170412A513027
Octal16122364270101521216047
Binary11100011001001111010010111010000011010101010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719334; }

 p { color: rgb(113,147,52); }

 H1.HeaderClassName
 {
   color: #719334;
 }
 .AnyTagClassName
 {
   color: #719334;
 }
</style>
background-color css

<style>
 a { background-color: #719334; }

 a { background-color: rgb(113,147,52); }

 div.DivClassName
 {
   background-color: #719334;
 }
 .BgClassName
 {
   background-color: #719334;
 }
</style>
border-color css

<style>
 span { border-color: #719334; }

 span { border-color: rgb(113,147,52); }

 td.TdClassName
 {
   border-color: #719334;
 }
 .TagClassName
 {
   border-color: #719334;
 }
</style>