Html Css Color HEX #599031 Vida Loca

📋 copy color: '#599031'

red 89 ◦ green 144 ◦ blue 49

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

Shades of Vida Loca #599031

Tints of Vida Loca #599031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 31.56%
G = 51.06%
B = 17.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#599031 (or 0x599031) is known color: Vida Loca. HEX triplet: 59, 90 and 31. RGB value is (89,144,49). Sum of RGB (Red+Green+Blue) = 89+144+49=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #599031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599031 is #A66FCE. Grayscale: #757575. Windows color (decimal): -10907599 or 3248217. OLE color: 3248217.

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

Color convert

RGB 89 144 49 -
CMYK 0.38 0 0.66 0.44
HSL 94.74º 0.49% 0.38% -
HSV(B) 94.74º 0.66% 0.56% -
XYZ 14.65 22.29 6.44 -
YUV 116.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 89 144 49 0.38 0 0.66 0.44 94.74 0.49 0.38
Hex 59 90 31 26 0 42 2C 5F 31 26
Octal 131 220 61 46 0 102 54 137 61 46
Binary 1011001 10010000 110001 100110 0 1000010 101100 1011111 110001 100110

Color Harmonies of #599031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599031

Black with #599031

Text Example


Text Example

White with #599031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599031; }

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

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

background-color css

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

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

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

border-color css

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

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

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