#59852B

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

Shades of Vida Loca #59852B

Tints of Vida Loca #59852B

Color information

#59852B (or 0x59852B) is unknown color: approx Vida Loca. HEX triplet: 59, 85 and 2B. RGB value is (89,133,43). Sum of RGB (Red+Green+Blue) = 89+133+43=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #59852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59852B is #A67AD4. Grayscale: #6D6D6D. Windows color (decimal): -10910421 or 2852185. OLE color: 2852185.

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

Color convert

RGB8913343-
CMYK0.3300.680.48
HSL89.33º51.14%34.51%-
HSV(B)89.33º67.67%52.16%-
XYZ12.9419.075.28-
YUV109.5890.42113.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=33.58%
G=50.19%
B=16.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89133430.3300.680.4889.3351.1434.51
Hex59852B2104430593323
Octal13120553410104601316343
Binary101100110000101101011100001010001001100001011001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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