Html Css Color HEX #59852F Vida Loca

📋 copy color: '#59852F'

red 89 ◦ green 133 ◦ blue 47

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

Shades of Vida Loca #59852F

Tints of Vida Loca #59852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 33.09%
G = 49.44%
B = 17.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#59852F (or 0x59852F) is known color: Vida Loca. HEX triplet: 59, 85 and 2F. RGB value is (89,133,47). Sum of RGB (Red+Green+Blue) = 89+133+47=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #59852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59852F is #A67AD0. Grayscale: #6E6E6E. Windows color (decimal): -10910417 or 3114329. OLE color: 3114329.

HSL color Cylindrical-coordinate representation of color #59852F: hue angle of 90.7º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59852F is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 133 47 -
CMYK 0.33 0 0.65 0.48
HSL 90.7º 0.48% 0.35% -
HSV(B) 90.7º 0.65% 0.52% -
XYZ 13.02 19.1 5.69 -
YUV 110.04 92.42 112.99 -
System Red Green Blue C M Y K H S L
Decimal 89 133 47 0.33 0 0.65 0.48 90.7 0.48 0.35
Hex 59 85 2F 21 0 41 30 5B 30 23
Octal 131 205 57 41 0 101 60 133 60 43
Binary 1011001 10000101 101111 100001 0 1000001 110000 1011011 110000 100011

Color Harmonies of #59852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59852F

Black with #59852F

Text Example


Text Example

White with #59852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59852F; }

 p { color: rgb(89,133,47); }

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

background-color css

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

 a { background-color: rgb(89,133,47); }

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

border-color css

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

 span { border-color: rgb(89,133,47); }

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