#4C5347

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

Shades of Cabbage Pont #4C5347

Tints of Cabbage Pont #4C5347

Color information

#4C5347 (or 0x4C5347) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 53 and 47. RGB value is (76,83,71). Sum of RGB (Red+Green+Blue) = 76+83+71=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5347 is #B3ACB8. Grayscale: #4F4F4F. Windows color (decimal): -11775161 or 4674380. OLE color: 4674380.

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

Color convert

RGB768371-
CMYK0.0800.140.67
HSL95º7.79%30.2%-
HSV(B)95º14.46%32.55%-
XYZ7.218.187.16-
YUV79.54123.18125.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=33.04%
G=36.09%
B=30.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683710.0800.140.67957.7930.2
Hex4C534780E435f81e
Octal114123107100161031371036
Binary10011001010011100011110000111010000111011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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