#4D5445

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

Shades of Cabbage Pont #4D5445

Tints of Cabbage Pont #4D5445

Color information

#4D5445 (or 0x4D5445) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 54 and 45. RGB value is (77,84,69). Sum of RGB (Red+Green+Blue) = 77+84+69=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5445 is #B2ABBA. Grayscale: #505050. Windows color (decimal): -11709371 or 4543565. OLE color: 4543565.

HSL color Cylindrical-coordinate representation of color #4D5445: hue angle of 88º 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 #4D5445 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB778469-
CMYK0.0800.180.67
HSL88º9.8%30%-
HSV(B)88º17.86%32.94%-
XYZ7.318.356.86-
YUV80.2121.68125.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.48%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 69 (27.34% from 255) = 30%
R=33.48%
G=36.52%
B=30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784690.0800.180.67889.830
Hex4D544580124358a1e
Octal115124105100221031301236
Binary100110110101001000101100001001010000111011000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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