#4C8E08

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

Shades of Vida Loca #4C8E08

Tints of Vida Loca #4C8E08

Color information

#4C8E08 (or 0x4C8E08) is unknown color: approx Vida Loca. HEX triplet: 4C, 8E and 08. RGB value is (76,142,8). Sum of RGB (Red+Green+Blue) = 76+142+8=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8E08 is #B371F7. Grayscale: #6B6B6B. Windows color (decimal): -11760120 or 560716. OLE color: 560716.

HSL color Cylindrical-coordinate representation of color #4C8E08: hue angle of 89.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C8E08 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB761428-
CMYK0.4600.940.44
HSL89.55º89.33%29.41%-
HSV(B)89.55º94.37%55.69%-
XYZ12.720.93.59-
YUV106.9972.13105.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 142 (55.86% from 255) = 62.83%
BLUE value IS 8 (3.52% from 255) = 3.54%
R=33.63%
G=62.83%
B=3.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7614280.4600.940.4489.5589.3329.41
Hex4C8E82E05E2C5a591d
Octal114216105601365413213135
Binary1001100100011101000101110010111101011001011010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,142,8); }

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

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

 a { background-color: rgb(76,142,8); }

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

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

 span { border-color: rgb(76,142,8); }

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