#5E8B24

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

Shades of Vida Loca #5E8B24

Tints of Vida Loca #5E8B24

Color information

#5E8B24 (or 0x5E8B24) is unknown color: approx Vida Loca. HEX triplet: 5E, 8B and 24. RGB value is (94,139,36). Sum of RGB (Red+Green+Blue) = 94+139+36=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8B24 is #A174DB. Grayscale: #727272. Windows color (decimal): -10581212 or 2394974. OLE color: 2394974.

HSL color Cylindrical-coordinate representation of color #5E8B24: hue angle of 86.21º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E8B24 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB9413936-
CMYK0.3200.740.45
HSL86.21º58.86%34.31%-
HSV(B)86.21º74.1%54.51%-
XYZ14.1720.974.97-
YUV113.884.09113.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.94%
GREEN value IS 139 (54.69% from 255) = 51.67%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=34.94%
G=51.67%
B=13.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94139360.3200.740.4586.2158.8634.31
Hex5E8B242004A2D563b22
Octal13621344400112551267342
Binary101111010001011100100100000010010101011011010110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E8B24; }

 p { color: rgb(94,139,36); }

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

<style>
 a { background-color: #5E8B24; }

 a { background-color: rgb(94,139,36); }

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

<style>
 span { border-color: #5E8B24; }

 span { border-color: rgb(94,139,36); }

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