#599120

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

Shades of Vida Loca #599120

Tints of Vida Loca #599120

Color information

#599120 (or 0x599120) is unknown color: approx Vida Loca. HEX triplet: 59, 91 and 20. RGB value is (89,145,32). Sum of RGB (Red+Green+Blue) = 89+145+32=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #599120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599120 is #A66EDF. Grayscale: #737373. Windows color (decimal): -10907360 or 2134361. OLE color: 2134361.

HSL color Cylindrical-coordinate representation of color #599120: hue angle of 89.73º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #599120 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB8914532-
CMYK0.3900.780.43
HSL89.73º63.84%34.71%-
HSV(B)89.73º77.93%56.86%-
XYZ14.5122.484.94-
YUV115.3780.95109.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 145 (57.03% from 255) = 54.51%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=33.46%
G=54.51%
B=12.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89145320.3900.780.4389.7363.8434.71
Hex5991202704E2B5a4023
Octal131221404701165313210043
Binary1011001100100011000001001110100111010101110110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599120; }

 p { color: rgb(89,145,32); }

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

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

 a { background-color: rgb(89,145,32); }

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

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

 span { border-color: rgb(89,145,32); }

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