#556648

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

Shades of Chalet Green #556648

Tints of Chalet Green #556648

Color information

#556648 (or 0x556648) is unknown color: approx Chalet Green. HEX triplet: 55, 66 and 48. RGB value is (85,102,72). Sum of RGB (Red+Green+Blue) = 85+102+72=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #556648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556648 is #AA99B7. Grayscale: #5D5D5D. Windows color (decimal): -11180472 or 4744789. OLE color: 4744789.

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

Color convert

RGB8510272-
CMYK0.1700.290.6
HSL94º17.24%34.12%-
HSV(B)94º29.41%40%-
XYZ9.6711.97.92-
YUV93.5115.87121.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=32.82%
G=39.38%
B=27.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102720.1700.290.69417.2434.12
Hex5566481101D3C5e1122
Octal12514611021035741362142
Binary10101011100110100100010001011101111100101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556648; }

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

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

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

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

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

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

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

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