#4E821B

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

Shades of Vida Loca #4E821B

Tints of Vida Loca #4E821B

Color information

#4E821B (or 0x4E821B) is unknown color: approx Vida Loca. HEX triplet: 4E, 82 and 1B. RGB value is (78,130,27). Sum of RGB (Red+Green+Blue) = 78+130+27=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #4E821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E821B is #B17DE4. Grayscale: #676767. Windows color (decimal): -11632101 or 1802830. OLE color: 1802830.

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

Color convert

RGB7813027-
CMYK0.4000.790.49
HSL90.29º65.61%30.78%-
HSV(B)90.29º79.23%50.98%-
XYZ11.3217.663.85-
YUV102.7185.27110.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=33.19%
G=55.32%
B=11.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78130270.4000.790.4990.2965.6130.78
Hex4E821B2804F315a421f
Octal116202335001176113210237
Binary10011101000001011011101000010011111100011011010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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