#4E821A

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

Shades of Vida Loca #4E821A

Tints of Vida Loca #4E821A

Color information

#4E821A (or 0x4E821A) is unknown color: approx Vida Loca. HEX triplet: 4E, 82 and 1A. RGB value is (78,130,26). Sum of RGB (Red+Green+Blue) = 78+130+26=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #4E821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E821A is #B17DE5. Grayscale: #666666. Windows color (decimal): -11632102 or 1737294. OLE color: 1737294.

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

Color convert

RGB7813026-
CMYK0.4000.80.49
HSL90º66.67%30.59%-
HSV(B)90º80%50.98%-
XYZ11.3117.663.79-
YUV102.684.77110.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=33.33%
G=55.56%
B=11.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78130260.4000.80.499066.6730.59
Hex4E821A28050315a431f
Octal116202325001206113210337
Binary10011101000001011010101000010100001100011011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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