#4E8515

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

Shades of Vida Loca #4E8515

Tints of Vida Loca #4E8515

Color information

#4E8515 (or 0x4E8515) is unknown color: approx Vida Loca. HEX triplet: 4E, 85 and 15. RGB value is (78,133,21). Sum of RGB (Red+Green+Blue) = 78+133+21=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8515 is #B17AEA. Grayscale: #686868. Windows color (decimal): -11631339 or 1410382. OLE color: 1410382.

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

Color convert

RGB7813321-
CMYK0.4100.840.48
HSL89.46º72.73%30.2%-
HSV(B)89.46º84.21%52.16%-
XYZ11.6618.453.66-
YUV103.7981.28109.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 21 (8.59% from 255) = 9.05%
R=33.62%
G=57.33%
B=9.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78133210.4100.840.4889.4672.7330.2
Hex4E8515290543059491e
Octal116205255101246013111136
Binary10011101000010110101101001010101001100001011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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