#4C8412

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

Shades of Vida Loca #4C8412

Tints of Vida Loca #4C8412

Color information

#4C8412 (or 0x4C8412) is unknown color: approx Vida Loca. HEX triplet: 4C, 84 and 12. RGB value is (76,132,18). Sum of RGB (Red+Green+Blue) = 76+132+18=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #4C8412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8412 is #B37BED. Grayscale: #666666. Windows color (decimal): -11762670 or 1213516. OLE color: 1213516.

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

Color convert

RGB7613218-
CMYK0.4200.860.48
HSL89.47º76%29.41%-
HSV(B)89.47º86.36%51.76%-
XYZ11.3418.083.46-
YUV102.2680.45109.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 132 (51.95% from 255) = 58.41%
BLUE value IS 18 (7.42% from 255) = 7.96%
R=33.63%
G=58.41%
B=7.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76132180.4200.860.4889.477629.41
Hex4C84122A05630594c1d
Octal114204225201266013111435
Binary10011001000010010010101010010101101100001011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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