#59842F

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

Shades of Vida Loca #59842F

Tints of Vida Loca #59842F

Color information

#59842F (or 0x59842F) is unknown color: approx Vida Loca. HEX triplet: 59, 84 and 2F. RGB value is (89,132,47). Sum of RGB (Red+Green+Blue) = 89+132+47=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #59842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59842F is #A67BD0. Grayscale: #6D6D6D. Windows color (decimal): -10910673 or 3114073. OLE color: 3114073.

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

Color convert

RGB8913247-
CMYK0.3300.640.48
HSL90.35º47.49%35.1%-
HSV(B)90.35º64.39%51.76%-
XYZ12.8818.835.65-
YUV109.4592.75113.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=33.21%
G=49.25%
B=17.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89132470.3300.640.4890.3547.4935.1
Hex59842F21040305a2f23
Octal13120457410100601325743
Binary101100110000100101111100001010000001100001011010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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