#4D5840

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

Shades of Cabbage Pont #4D5840

Tints of Cabbage Pont #4D5840

Color information

#4D5840 (or 0x4D5840) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 58 and 40. RGB value is (77,88,64). Sum of RGB (Red+Green+Blue) = 77+88+64=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5840 is #B2A7BF. Grayscale: #525252. Windows color (decimal): -11708352 or 4216909. OLE color: 4216909.

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

Color convert

RGB778864-
CMYK0.1200.270.65
HSL87.5º15.79%29.8%-
HSV(B)87.5º27.27%34.51%-
XYZ7.488.936.18-
YUV81.98117.86124.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.62%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=33.62%
G=38.43%
B=27.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7788640.1200.270.6587.515.7929.8
Hex4D5840C01B4157101e
Octal115130100140331011272036
Binary1001101101100010000001100011011100000110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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