#556646

Color #556646 Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #556646

Tints of Chalet Green #556646

Color information

#556646 (or 0x556646) is unknown color: approx Chalet Green. HEX triplet: 55, 66 and 46. RGB value is (85,102,70). Sum of RGB (Red+Green+Blue) = 85+102+70=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #556646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556646 is #AA99B9. Grayscale: #5D5D5D. Windows color (decimal): -11180474 or 4613717. OLE color: 4613717.

HSL color Cylindrical-coordinate representation of color #556646: hue angle of 91.88º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556646 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB8510270-
CMYK0.1700.310.6
HSL91.88º18.6%33.73%-
HSV(B)91.88º31.37%40%-
XYZ9.611.887.58-
YUV93.27114.87122.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=33.07%
G=39.69%
B=27.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102700.1700.310.691.8818.633.73
Hex5566461101F3C5c1322
Octal12514610621037741342342
Binary10101011100110100011010001011111111100101110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556646; }

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

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

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

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

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

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

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

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