#4E8219

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

Shades of Vida Loca #4E8219

Tints of Vida Loca #4E8219

Color information

#4E8219 (or 0x4E8219) is unknown color: approx Vida Loca. HEX triplet: 4E, 82 and 19. RGB value is (78,130,25). Sum of RGB (Red+Green+Blue) = 78+130+25=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8219 is #B17DE6. Grayscale: #666666. Windows color (decimal): -11632103 or 1671758. OLE color: 1671758.

HSL color Cylindrical-coordinate representation of color #4E8219: hue angle of 89.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E8219 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB7813025-
CMYK0.4000.810.49
HSL89.71º67.74%30.39%-
HSV(B)89.71º80.77%50.98%-
XYZ11.317.663.73-
YUV102.4884.27110.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.48%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 25 (10.16% from 255) = 10.73%
R=33.48%
G=55.79%
B=10.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78130250.4000.810.4989.7167.7430.39
Hex4E821928051315a441e
Octal116202315001216113210436
Binary10011101000001011001101000010100011100011011010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,25); }

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

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

 a { background-color: rgb(78,130,25); }

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

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

 span { border-color: rgb(78,130,25); }

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