#597F2F

Color #597F2F Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #597F2F

Tints of Vida Loca #597F2F

Color information

#597F2F (or 0x597F2F) is unknown color: approx Vida Loca. HEX triplet: 59, 7F and 2F. RGB value is (89,127,47). Sum of RGB (Red+Green+Blue) = 89+127+47=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #597F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597F2F is #A680D0. Grayscale: #6A6A6A. Windows color (decimal): -10911953 or 3112793. OLE color: 3112793.

HSL color Cylindrical-coordinate representation of color #597F2F: hue angle of 88.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #597F2F is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB8912747-
CMYK0.3000.630.50
HSL88.5º45.98%34.12%-
HSV(B)88.5º62.99%49.8%-
XYZ12.2217.515.42-
YUV106.5294.41115.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 127 (50% from 255) = 48.29%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=33.84%
G=48.29%
B=17.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89127470.3000.630.5088.545.9834.12
Hex597F2F1E03F32582e22
Octal1311775736077621305642
Binary101100111111111011111111001111111100101011000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597F2F; }

 p { color: rgb(89,127,47); }

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

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

 a { background-color: rgb(89,127,47); }

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

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

 span { border-color: rgb(89,127,47); }

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