#4E8513

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

Shades of Vida Loca #4E8513

Tints of Vida Loca #4E8513

Color information

#4E8513 (or 0x4E8513) is unknown color: approx Vida Loca. HEX triplet: 4E, 85 and 13. RGB value is (78,133,19). Sum of RGB (Red+Green+Blue) = 78+133+19=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8513 is #B17AEC. Grayscale: #676767. Windows color (decimal): -11631341 or 1279310. OLE color: 1279310.

HSL color Cylindrical-coordinate representation of color #4E8513: hue angle of 88.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E8513 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB7813319-
CMYK0.4100.860.48
HSL88.95º75%29.8%-
HSV(B)88.95º85.71%52.16%-
XYZ11.6518.443.56-
YUV103.5680.28109.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 133 (52.34% from 255) = 57.83%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=33.91%
G=57.83%
B=8.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78133190.4100.860.4888.957529.8
Hex4E85132905630594b1e
Octal116205235101266013111336
Binary10011101000010110011101001010101101100001011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,133,19); }

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

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

 a { background-color: rgb(78,133,19); }

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

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

 span { border-color: rgb(78,133,19); }

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