#4c8112

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

Shades of Vida Loca #4C8112

Tints of Vida Loca #4C8112

Color information

#4C8112 (or 0x4C8112) is unknown color: approx Vida Loca. HEX triplet: 4C, 81 and 12. RGB value is (76,129,18). Sum of RGB (Red+Green+Blue) = 76+129+18=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8112 is #B37EED. Grayscale: #646464. Windows color (decimal): -11763438 or 1212748. OLE color: 1212748.

HSL color Cylindrical-coordinate representation of color #4C8112: hue angle of 88.65º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C8112 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB7612918-
CMYK0.4100.860.49
HSL88.65º75.51%28.82%-
HSV(B)88.65º86.05%50.59%-
XYZ10.9417.283.33-
YUV100.581.44110.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=34.08%
G=57.85%
B=8.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76129180.4100.860.4988.6575.5128.82
Hex4C81122905631594c1d
Octal114201225101266113111435
Binary10011001000000110010101001010101101100011011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c8112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,129,18); }

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

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

 a { background-color: rgb(76,129,18); }

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

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

 span { border-color: rgb(76,129,18); }

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