Html Css Color HEX #4D4000 Madras

📋 copy color: '#4D4000'

red 77 ◦ green 64 ◦ blue 0

#4D4000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #4D4000

Tints of Madras #4D4000

RGB

 RED value IS 77 (30.47% from 255) = 54.61%

 GREEN value IS 64 (25.39% from 255) = 45.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.61%
G = 45.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#4D4000 (or 0x4D4000) is known color: Madras. HEX triplet: 4D, 40 and 00. RGB value is (77,64,0). Sum of RGB (Red+Green+Blue) = 77+64+0=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4000 is #B2BFFF. Grayscale: #3C3C3C. Windows color (decimal): -11714560 or 16461. OLE color: 16461.

HSL color Cylindrical-coordinate representation of color #4D4000: hue angle of 49.87º 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 #4D4000 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 64 0 -
CMYK 0 0.17 1 0.70
HSL 49.87º 1% 0.15% -
HSV(B) 49.87º 1% 0.3% -
XYZ 4.89 5.24 0.75 -
YUV 60.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 77 64 0 0 0.17 1 0.70 49.87 1 0.15
Hex 4D 40 0 0 11 64 46 32 64 F
Octal 115 100 0 0 21 144 106 62 144 17
Binary 1001101 1000000 0 0 10001 1100100 1000110 110010 1100100 1111

Color Harmonies of #4D4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4000

Black with #4D4000

Text Example


Text Example

White with #4D4000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D4000;
 }
 .AnyTagClassName
 {
   color: #4D4000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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