#4C8312

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

Shades of Vida Loca #4C8312

Tints of Vida Loca #4C8312

Color information

#4C8312 (or 0x4C8312) is unknown color: approx Vida Loca. HEX triplet: 4C, 83 and 12. RGB value is (76,131,18). Sum of RGB (Red+Green+Blue) = 76+131+18=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8312 is #B37CED. Grayscale: #666666. Windows color (decimal): -11762926 or 1213260. OLE color: 1213260.

HSL color Cylindrical-coordinate representation of color #4C8312: hue angle of 89.2º 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 #4C8312 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB7613118-
CMYK0.4200.860.49
HSL89.2º75.84%29.22%-
HSV(B)89.2º86.26%51.37%-
XYZ11.2117.813.42-
YUV101.6780.78109.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 18 (7.42% from 255) = 8%
R=33.78%
G=58.22%
B=8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76131180.4200.860.4989.275.8429.22
Hex4C83122A05631594c1d
Octal114203225201266113111435
Binary10011001000001110010101010010101101100011011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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