#4D5449

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

Shades of Cabbage Pont #4D5449

Tints of Cabbage Pont #4D5449

Color information

#4D5449 (or 0x4D5449) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 54 and 49. RGB value is (77,84,73). Sum of RGB (Red+Green+Blue) = 77+84+73=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5449 is #B2ABB6. Grayscale: #505050. Windows color (decimal): -11709367 or 4805709. OLE color: 4805709.

HSL color Cylindrical-coordinate representation of color #4D5449: hue angle of 98.18º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D5449 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB778473-
CMYK0.0800.130.67
HSL98.18º7.01%30.78%-
HSV(B)98.18º13.1%32.94%-
XYZ7.438.47.53-
YUV80.65123.68125.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.91%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=32.91%
G=35.90%
B=31.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784730.0800.130.6798.187.0130.78
Hex4D544980D436271f
Octal11512411110015103142737
Binary1001101101010010010011000011011000011110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,84,73); }

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

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

 a { background-color: rgb(77,84,73); }

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

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

 span { border-color: rgb(77,84,73); }

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