#4D5546

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

Shades of Cabbage Pont #4D5546

Tints of Cabbage Pont #4D5546

Color information

#4D5546 (or 0x4D5546) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 55 and 46. RGB value is (77,85,70). Sum of RGB (Red+Green+Blue) = 77+85+70=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5546 is #B2AAB9. Grayscale: #505050. Windows color (decimal): -11709114 or 4609357. OLE color: 4609357.

HSL color Cylindrical-coordinate representation of color #4D5546: hue angle of 92º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D5546 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB778570-
CMYK0.0900.180.67
HSL92º9.68%30.39%-
HSV(B)92º17.65%33.33%-
XYZ7.418.527.05-
YUV80.9121.85125.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.19%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=33.19%
G=36.64%
B=30.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785700.0900.180.67929.6830.39
Hex4D55469012435ca1e
Octal115125106110221031341236
Binary100110110101011000110100101001010000111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,70); }

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

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

 a { background-color: rgb(77,85,70); }

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

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

 span { border-color: rgb(77,85,70); }

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