#4C4000

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

Shades of Madras #4C4000

Tints of Madras #4C4000

Color information

#4C4000 (or 0x4C4000) is unknown color: approx Madras. HEX triplet: 4C, 40 and 00. RGB value is (76,64,0). Sum of RGB (Red+Green+Blue) = 76+64+0=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4000 is #B3BFFF. Grayscale: #3C3C3C. Windows color (decimal): -11780096 or 16460. OLE color: 16460.

HSL color Cylindrical-coordinate representation of color #4C4000: hue angle of 50.53º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C4000 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB76640-
CMYK00.1610.70
HSL50.53º100%14.9%-
HSV(B)50.53º100%29.8%-
XYZ4.815.20.75-
YUV60.2993.98139.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.29%
G=45.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7664000.1610.7050.5310014.9
Hex4C40001064463364f
Octal11410000201441066314417
Binary1001100100000000100001100100100011011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,64,0); }

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

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

 a { background-color: rgb(76,64,0); }

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

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

 span { border-color: rgb(76,64,0); }

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