#4C8A06

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

Shades of Vida Loca #4C8A06

Tints of Vida Loca #4C8A06

Color information

#4C8A06 (or 0x4C8A06) is unknown color: approx Vida Loca. HEX triplet: 4C, 8A and 06. RGB value is (76,138,6). Sum of RGB (Red+Green+Blue) = 76+138+6=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8A06 is #B375F9. Grayscale: #686868. Windows color (decimal): -11761146 or 428620. OLE color: 428620.

HSL color Cylindrical-coordinate representation of color #4C8A06: hue angle of 88.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C8A06 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB761386-
CMYK0.4500.960.46
HSL88.18º91.67%28.24%-
HSV(B)88.18º95.65%54.12%-
XYZ12.119.733.34-
YUV104.4172.46107.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 138 (54.30% from 255) = 62.73%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=34.55%
G=62.73%
B=2.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7613860.4500.960.4688.1891.6728.24
Hex4C8A62D0602E585c1c
Octal11421265501405613013434
Binary100110010001010110101101011000001011101011000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,138,6); }

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

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

 a { background-color: rgb(76,138,6); }

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

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

 span { border-color: rgb(76,138,6); }

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