#4D5945

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

Shades of Cabbage Pont #4D5945

Tints of Cabbage Pont #4D5945

Color information

#4D5945 (or 0x4D5945) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 59 and 45. RGB value is (77,89,69). Sum of RGB (Red+Green+Blue) = 77+89+69=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5945 is #B2A6BA. Grayscale: #535353. Windows color (decimal): -11708091 or 4544845. OLE color: 4544845.

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

Color convert

RGB778969-
CMYK0.1300.220.65
HSL96º12.66%30.98%-
HSV(B)96º22.47%34.9%-
XYZ7.719.156.99-
YUV83.13120.02123.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.77%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=32.77%
G=37.87%
B=29.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7789690.1300.220.659612.6630.98
Hex4D5945D0164160d1f
Octal115131105150261011401537
Binary100110110110011000101110101011010000011100000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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