#4C5447

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

Shades of Cabbage Pont #4C5447

Tints of Cabbage Pont #4C5447

Color information

#4C5447 (or 0x4C5447) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 54 and 47. RGB value is (76,84,71). Sum of RGB (Red+Green+Blue) = 76+84+71=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5447 is #B3ABB8. Grayscale: #505050. Windows color (decimal): -11774905 or 4674636. OLE color: 4674636.

HSL color Cylindrical-coordinate representation of color #4C5447: hue angle of 96.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5447 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB768471-
CMYK0.1000.150.67
HSL96.92º8.39%30.39%-
HSV(B)96.92º15.48%32.94%-
XYZ7.298.337.19-
YUV80.13122.85125.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=32.90%
G=36.36%
B=30.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684710.1000.150.6796.928.3930.39
Hex4C5447A0F436181e
Octal114124107120171031411036
Binary10011001010100100011110100111110000111100001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,84,71); }

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

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

 a { background-color: rgb(76,84,71); }

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

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

 span { border-color: rgb(76,84,71); }

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