#4E8B0E

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

Shades of Vida Loca #4E8B0E

Tints of Vida Loca #4E8B0E

Color information

#4E8B0E (or 0x4E8B0E) is unknown color: approx Vida Loca. HEX triplet: 4E, 8B and 0E. RGB value is (78,139,14). Sum of RGB (Red+Green+Blue) = 78+139+14=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #4E8B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8B0E is #B174F1. Grayscale: #6A6A6A. Windows color (decimal): -11629810 or 953166. OLE color: 953166.

HSL color Cylindrical-coordinate representation of color #4E8B0E: hue angle of 89.28º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E8B0E is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB7813914-
CMYK0.4400.900.45
HSL89.28º81.7%30%-
HSV(B)89.28º89.93%54.51%-
XYZ12.4520.123.64-
YUV106.5175.79107.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 139 (54.69% from 255) = 60.17%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=33.77%
G=60.17%
B=6.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78139140.4400.900.4589.2881.730
Hex4E8BE2C05A2D59521e
Octal116213165401325513112236
Binary1001110100010111110101100010110101011011011001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E8B0E; }

 p { color: rgb(78,139,14); }

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

<style>
 a { background-color: #4E8B0E; }

 a { background-color: rgb(78,139,14); }

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

<style>
 span { border-color: #4E8B0E; }

 span { border-color: rgb(78,139,14); }

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