#4D880C

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

Shades of Vida Loca #4D880C

Tints of Vida Loca #4D880C

Color information

#4D880C (or 0x4D880C) is unknown color: approx Vida Loca. HEX triplet: 4D, 88 and 0C. RGB value is (77,136,12). Sum of RGB (Red+Green+Blue) = 77+136+12=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #4D880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D880C is #B277F3. Grayscale: #686868. Windows color (decimal): -11696116 or 821325. OLE color: 821325.

HSL color Cylindrical-coordinate representation of color #4D880C: hue angle of 88.55º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D880C is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB7713612-
CMYK0.4300.910.47
HSL88.55º83.78%29.02%-
HSV(B)88.55º91.18%53.33%-
XYZ11.9319.213.43-
YUV104.2275.95108.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 136 (53.52% from 255) = 60.44%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=34.22%
G=60.44%
B=5.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77136120.4300.910.4788.5583.7829.02
Hex4D88C2B05B2F59541d
Octal115210145301335713112435
Binary1001101100010001100101011010110111011111011001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D880C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,136,12); }

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

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

 a { background-color: rgb(77,136,12); }

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

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

 span { border-color: rgb(77,136,12); }

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