#4D5349

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

Shades of Cabbage Pont #4D5349

Tints of Cabbage Pont #4D5349

Color information

#4D5349 (or 0x4D5349) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 53 and 49. RGB value is (77,83,73). Sum of RGB (Red+Green+Blue) = 77+83+73=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5349 is #B2ACB6. Grayscale: #505050. Windows color (decimal): -11709623 or 4805453. OLE color: 4805453.

HSL color Cylindrical-coordinate representation of color #4D5349: hue angle of 96º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5349 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB778373-
CMYK0.0700.120.67
HSL96º6.41%30.59%-
HSV(B)96º12.05%32.55%-
XYZ7.368.257.51-
YUV80.07124.01125.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=33.05%
G=35.62%
B=31.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7783730.0700.120.67966.4130.59
Hex4D534970C436061f
Octal1151231117014103140637
Binary100110110100111001001111011001000011110000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,83,73); }

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

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

 a { background-color: rgb(77,83,73); }

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

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

 span { border-color: rgb(77,83,73); }

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