#4C8512

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

Shades of Vida Loca #4C8512

Tints of Vida Loca #4C8512

Color information

#4C8512 (or 0x4C8512) is unknown color: approx Vida Loca. HEX triplet: 4C, 85 and 12. RGB value is (76,133,18). Sum of RGB (Red+Green+Blue) = 76+133+18=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8512 is #B37AED. Grayscale: #676767. Windows color (decimal): -11762414 or 1213772. OLE color: 1213772.

HSL color Cylindrical-coordinate representation of color #4C8512: hue angle of 89.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C8512 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB7613318-
CMYK0.4300.860.48
HSL89.74º76.16%29.61%-
HSV(B)89.74º86.47%52.16%-
XYZ11.4818.363.51-
YUV102.8580.12108.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=33.48%
G=58.59%
B=7.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133180.4300.860.4889.7476.1629.61
Hex4C85122B056305a4c1e
Octal114205225301266013211436
Binary10011001000010110010101011010101101100001011010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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