#4C5049

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

Shades of Cabbage Pont #4C5049

Tints of Cabbage Pont #4C5049

Color information

#4C5049 (or 0x4C5049) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 50 and 49. RGB value is (76,80,73). Sum of RGB (Red+Green+Blue) = 76+80+73=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5049 is #B3AFB6. Grayscale: #4E4E4E. Windows color (decimal): -11775927 or 4804684. OLE color: 4804684.

HSL color Cylindrical-coordinate representation of color #4C5049: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C5049 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB768073-
CMYK0.0500.090.69
HSL94.29º4.58%30%-
HSV(B)94.29º8.75%31.37%-
XYZ7.057.757.43-
YUV78.01125.17126.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=33.19%
G=34.93%
B=31.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680730.0500.090.6994.294.5830
Hex4C5049509455e51e
Octal1141201115011105136536
Binary100110010100001001001101010011000101101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,73); }

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

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

 a { background-color: rgb(76,80,73); }

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

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

 span { border-color: rgb(76,80,73); }

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