Html Css Color HEX #599035 Vida Loca

📋 copy color: '#599035'

red 89 ◦ green 144 ◦ blue 53

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

Shades of Vida Loca #599035

Tints of Vida Loca #599035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 31.12%
G = 50.35%
B = 18.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#599035 (or 0x599035) is known color: Vida Loca. HEX triplet: 59, 90 and 35. RGB value is (89,144,53). Sum of RGB (Red+Green+Blue) = 89+144+53=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #599035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599035 is #A66FCA. Grayscale: #757575. Windows color (decimal): -10907595 or 3510361. OLE color: 3510361.

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

Color convert

RGB 89 144 53 -
CMYK 0.38 0 0.63 0.44
HSL 96.26º 0.46% 0.39% -
HSV(B) 96.26º 0.63% 0.56% -
XYZ 14.74 22.33 6.9 -
YUV 117.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 89 144 53 0.38 0 0.63 0.44 96.26 0.46 0.39
Hex 59 90 35 26 0 3F 2C 60 2E 27
Octal 131 220 65 46 0 77 54 140 56 47
Binary 1011001 10010000 110101 100110 0 111111 101100 1100000 101110 100111

Color Harmonies of #599035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599035

Black with #599035

Text Example


Text Example

White with #599035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599035; }

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

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

background-color css

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

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

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

border-color css

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

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

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