#4C820E

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

Shades of Vida Loca #4C820E

Tints of Vida Loca #4C820E

Color information

#4C820E (or 0x4C820E) is unknown color: approx Vida Loca. HEX triplet: 4C, 82 and 0E. RGB value is (76,130,14). Sum of RGB (Red+Green+Blue) = 76+130+14=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #4C820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C820E is #B37DF1. Grayscale: #656565. Windows color (decimal): -11763186 or 950860. OLE color: 950860.

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

Color convert

RGB7613014-
CMYK0.4200.890.49
HSL87.93º80.56%28.24%-
HSV(B)87.93º89.23%50.98%-
XYZ11.0417.533.22-
YUV100.6379.11110.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 130 (51.17% from 255) = 59.09%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=34.55%
G=59.09%
B=6.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76130140.4200.890.4987.9380.5628.24
Hex4C82E2A0593158511c
Octal114202165201316113012134
Binary1001100100000101110101010010110011100011011000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,130,14); }

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

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

 a { background-color: rgb(76,130,14); }

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

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

 span { border-color: rgb(76,130,14); }

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