#4C880D

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

Shades of Vida Loca #4C880D

Tints of Vida Loca #4C880D

Color information

#4C880D (or 0x4C880D) is unknown color: approx Vida Loca. HEX triplet: 4C, 88 and 0D. RGB value is (76,136,13). Sum of RGB (Red+Green+Blue) = 76+136+13=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #4C880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C880D is #B377F2. Grayscale: #686868. Windows color (decimal): -11761651 or 886860. OLE color: 886860.

HSL color Cylindrical-coordinate representation of color #4C880D: hue angle of 89.27º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C880D is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB7613613-
CMYK0.4400.900.47
HSL89.27º82.55%29.22%-
HSV(B)89.27º90.44%53.33%-
XYZ11.8619.173.46-
YUV104.0476.62108-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 136 (53.52% from 255) = 60.44%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=33.78%
G=60.44%
B=5.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76136130.4400.900.4789.2782.5529.22
Hex4C88D2C05A2F59531d
Octal114210155401325713112335
Binary1001100100010001101101100010110101011111011001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,136,13); }

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

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

 a { background-color: rgb(76,136,13); }

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

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

 span { border-color: rgb(76,136,13); }

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