#4E5549

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

Shades of Cabbage Pont #4E5549

Tints of Cabbage Pont #4E5549

Color information

#4E5549 (or 0x4E5549) is unknown color: approx Cabbage Pont. HEX triplet: 4E, 55 and 49. RGB value is (78,85,73). Sum of RGB (Red+Green+Blue) = 78+85+73=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5549 is #B1AAB6. Grayscale: #515151. Windows color (decimal): -11643575 or 4805966. OLE color: 4805966.

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

Color convert

RGB788573-
CMYK0.0800.140.67
HSL95º7.59%30.98%-
HSV(B)95º14.12%33.33%-
XYZ7.598.67.56-
YUV81.54123.18125.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.05%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=33.05%
G=36.02%
B=30.93%

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
Decimal7885730.0800.140.67957.5930.98
Hex4E554980E435f81f
Octal116125111100161031371037
Binary10011101010101100100110000111010000111011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,85,73); }

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

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

 a { background-color: rgb(78,85,73); }

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

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

 span { border-color: rgb(78,85,73); }

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