#4C5546

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

Shades of Cabbage Pont #4C5546

Tints of Cabbage Pont #4C5546

Color information

#4C5546 (or 0x4C5546) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 55 and 46. RGB value is (76,85,70). Sum of RGB (Red+Green+Blue) = 76+85+70=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5546 is #B3AAB9. Grayscale: #505050. Windows color (decimal): -11774650 or 4609356. OLE color: 4609356.

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

Color convert

RGB768570-
CMYK0.1100.180.67
HSL96º9.68%30.39%-
HSV(B)96º17.65%33.33%-
XYZ7.338.487.04-
YUV80.6122.02124.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=32.90%
G=36.80%
B=30.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685700.1100.180.67969.6830.39
Hex4C5546B0124360a1e
Octal114125106130221031401236
Binary100110010101011000110101101001010000111100000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,70); }

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

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

 a { background-color: rgb(76,85,70); }

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

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

 span { border-color: rgb(76,85,70); }

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