#599135

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

Shades of Vida Loca #599135

Tints of Vida Loca #599135

Color information

#599135 (or 0x599135) is unknown color: approx Vida Loca. HEX triplet: 59, 91 and 35. RGB value is (89,145,53). Sum of RGB (Red+Green+Blue) = 89+145+53=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #599135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599135 is #A66ECA. Grayscale: #767676. Windows color (decimal): -10907339 or 3510617. OLE color: 3510617.

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

Color convert

RGB8914553-
CMYK0.3900.630.43
HSL96.52º46.46%38.82%-
HSV(B)96.52º63.45%56.86%-
XYZ14.8922.636.95-
YUV117.7791.45107.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=31.01%
G=50.52%
B=18.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89145530.3900.630.4396.5246.4638.82
Hex5991352703F2B612e27
Octal1312216547077531415647
Binary10110011001000111010110011101111111010111100001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599135; }

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

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

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

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

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

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

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

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