#4D5944

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

Shades of Cabbage Pont #4D5944

Tints of Cabbage Pont #4D5944

Color information

#4D5944 (or 0x4D5944) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 59 and 44. RGB value is (77,89,68). Sum of RGB (Red+Green+Blue) = 77+89+68=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5944 is #B2A6BB. Grayscale: #535353. Windows color (decimal): -11708092 or 4479309. OLE color: 4479309.

HSL color Cylindrical-coordinate representation of color #4D5944: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D5944 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB778968-
CMYK0.1300.240.65
HSL94.29º13.38%30.78%-
HSV(B)94.29º23.6%34.9%-
XYZ7.689.146.83-
YUV83.02119.52123.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.91%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=32.91%
G=38.03%
B=29.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7789680.1300.240.6594.2913.3830.78
Hex4D5944D018415ed1f
Octal115131104150301011361537
Binary100110110110011000100110101100010000011011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,89,68); }

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

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

 a { background-color: rgb(77,89,68); }

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

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

 span { border-color: rgb(77,89,68); }

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