#4D5247

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

Shades of Cabbage Pont #4D5247

Tints of Cabbage Pont #4D5247

Color information

#4D5247 (or 0x4D5247) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 52 and 47. RGB value is (77,82,71). Sum of RGB (Red+Green+Blue) = 77+82+71=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5247 is #B2ADB8. Grayscale: #4F4F4F. Windows color (decimal): -11709881 or 4674125. OLE color: 4674125.

HSL color Cylindrical-coordinate representation of color #4D5247: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D5247 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB778271-
CMYK0.0600.130.68
HSL87.27º7.19%30%-
HSV(B)87.27º13.41%32.16%-
XYZ7.228.077.14-
YUV79.25123.34126.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.48%
GREEN value IS 82 (32.42% from 255) = 35.65%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=33.48%
G=35.65%
B=30.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7782710.0600.130.6887.277.1930
Hex4D524760D445771e
Octal1151221076015104127736
Binary100110110100101000111110011011000100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,82,71); }

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

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

 a { background-color: rgb(77,82,71); }

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

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

 span { border-color: rgb(77,82,71); }

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