#59842b

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

Shades of Vida Loca #59842B

Tints of Vida Loca #59842B

Color information

#59842B (or 0x59842B) is unknown color: approx Vida Loca. HEX triplet: 59, 84 and 2B. RGB value is (89,132,43). Sum of RGB (Red+Green+Blue) = 89+132+43=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #59842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59842B is #A67BD4. Grayscale: #6D6D6D. Windows color (decimal): -10910677 or 2851929. OLE color: 2851929.

HSL color Cylindrical-coordinate representation of color #59842B: hue angle of 88.99º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59842B is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB8913243-
CMYK0.3300.670.48
HSL88.99º50.86%34.31%-
HSV(B)88.99º67.42%51.76%-
XYZ12.8118.85.24-
YUV10990.75113.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=33.71%
G=50%
B=16.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89132430.3300.670.4888.9950.8634.31
Hex59842B2104330593322
Octal13120453410103601316342
Binary101100110000100101011100001010000111100001011001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59842b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59842b; }

 p { color: rgb(89,132,43); }

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

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

 a { background-color: rgb(89,132,43); }

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

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

 span { border-color: rgb(89,132,43); }

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