#556049

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

Shades of Cabbage Pont #556049

Tints of Cabbage Pont #556049

Color information

#556049 (or 0x556049) is unknown color: approx Cabbage Pont. HEX triplet: 55, 60 and 49. RGB value is (85,96,73). Sum of RGB (Red+Green+Blue) = 85+96+73=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #556049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556049 is #AA9FB6. Grayscale: #5A5A5A. Windows color (decimal): -11182007 or 4808789. OLE color: 4808789.

HSL color Cylindrical-coordinate representation of color #556049: hue angle of 88.7º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #556049 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB859673-
CMYK0.1100.240.62
HSL88.7º13.61%33.14%-
HSV(B)88.7º23.96%37.65%-
XYZ9.1310.787.9-
YUV90.09118.36124.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=33.46%
G=37.80%
B=28.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596730.1100.240.6288.713.6133.14
Hex556049B0183E59e21
Octal12514011113030761311641
Binary101010111000001001001101101100011111010110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556049; }

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

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

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

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

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

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

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

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