Html Css Color HEX #599020 Vida Loca

📋 copy color: '#599020'

red 89 ◦ green 144 ◦ blue 32

#599020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #599020

Tints of Vida Loca #599020

RGB

 RED value IS 89 (35.16% from 255) = 33.58%

 GREEN value IS 144 (56.64% from 255) = 54.34%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 33.58%
G = 54.34%
B = 12.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#599020 (or 0x599020) is known color: Vida Loca. HEX triplet: 59, 90 and 20. RGB value is (89,144,32). Sum of RGB (Red+Green+Blue) = 89+144+32=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #599020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599020 is #A66FDF. Grayscale: #737373. Windows color (decimal): -10907616 or 2134105. OLE color: 2134105.

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

Color convert

RGB 89 144 32 -
CMYK 0.38 0 0.78 0.44
HSL 89.46º 0.64% 0.35% -
HSV(B) 89.46º 0.78% 0.56% -
XYZ 14.35 22.17 4.89 -
YUV 114.79 81.28 109.61 -
System Red Green Blue C M Y K H S L
Decimal 89 144 32 0.38 0 0.78 0.44 89.46 0.64 0.35
Hex 59 90 20 26 0 4E 2C 59 40 23
Octal 131 220 40 46 0 116 54 131 100 43
Binary 1011001 10010000 100000 100110 0 1001110 101100 1011001 1000000 100011

Color Harmonies of #599020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599020

Black with #599020

Text Example


Text Example

White with #599020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599020; }

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

 H1.HeaderClassName
 {
   color: #599020;
 }
 .AnyTagClassName
 {
   color: #599020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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