#4D5940

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

Shades of Cabbage Pont #4D5940

Tints of Cabbage Pont #4D5940

Color information

#4D5940 (or 0x4D5940) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 59 and 40. RGB value is (77,89,64). Sum of RGB (Red+Green+Blue) = 77+89+64=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5940 is #B2A6BF. Grayscale: #525252. Windows color (decimal): -11708096 or 4217165. OLE color: 4217165.

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

Color convert

RGB778964-
CMYK0.1300.280.65
HSL88.8º16.34%30%-
HSV(B)88.8º28.09%34.9%-
XYZ7.569.096.21-
YUV82.56117.52124.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.48%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=33.48%
G=38.70%
B=27.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7789640.1300.280.6588.816.3430
Hex4D5940D01C4159101e
Octal115131100150341011312036
Binary1001101101100110000001101011100100000110110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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