#599225

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

Shades of Vida Loca #599225

Tints of Vida Loca #599225

Color information

#599225 (or 0x599225) is unknown color: approx Vida Loca. HEX triplet: 59, 92 and 25. RGB value is (89,146,37). Sum of RGB (Red+Green+Blue) = 89+146+37=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #599225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599225 is #A66DDA. Grayscale: #747474. Windows color (decimal): -10907099 or 2462297. OLE color: 2462297.

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

Color convert

RGB8914637-
CMYK0.3900.750.43
HSL91.38º59.56%35.88%-
HSV(B)91.38º74.66%57.25%-
XYZ14.7322.825.38-
YUV116.5383.12108.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.72%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=32.72%
G=53.68%
B=13.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89146370.3900.750.4391.3859.5635.88
Hex5992252704B2B5b3c24
Octal13122245470113531337444
Binary101100110010010100101100111010010111010111011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599225; }

 p { color: rgb(89,146,37); }

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

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

 a { background-color: rgb(89,146,37); }

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

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

 span { border-color: rgb(89,146,37); }

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