#59842E

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

Shades of Vida Loca #59842E

Tints of Vida Loca #59842E

Color information

#59842E (or 0x59842E) is unknown color: approx Vida Loca. HEX triplet: 59, 84 and 2E. RGB value is (89,132,46). Sum of RGB (Red+Green+Blue) = 89+132+46=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #59842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59842E is #A67BD1. Grayscale: #6D6D6D. Windows color (decimal): -10910674 or 3048537. OLE color: 3048537.

HSL color Cylindrical-coordinate representation of color #59842E: hue angle of 90º 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 #59842E is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB8913246-
CMYK0.3300.650.48
HSL90º48.31%34.9%-
HSV(B)90º65.15%51.76%-
XYZ12.8618.825.54-
YUV109.3492.25113.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.33%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=33.33%
G=49.44%
B=17.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89132460.3300.650.489048.3134.9
Hex59842E21041305a3023
Octal13120456410101601326043
Binary101100110000100101110100001010000011100001011010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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