#556C42

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

Shades of Chalet Green #556C42

Tints of Chalet Green #556C42

Color information

#556C42 (or 0x556C42) is unknown color: approx Chalet Green. HEX triplet: 55, 6C and 42. RGB value is (85,108,66). Sum of RGB (Red+Green+Blue) = 85+108+66=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #556C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556C42 is #AA93BD. Grayscale: #606060. Windows color (decimal): -11178942 or 4353109. OLE color: 4353109.

HSL color Cylindrical-coordinate representation of color #556C42: hue angle of 92.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #556C42 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB8510866-
CMYK0.2100.390.58
HSL92.86º24.14%34.12%-
HSV(B)92.86º38.89%42.35%-
XYZ10.0913.057.14-
YUV96.34110.88119.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=32.82%
G=41.70%
B=25.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108660.2100.390.5892.8624.1434.12
Hex556C42150273A5d1822
Octal12515410225047721353042
Binary101010111011001000010101010100111111010101110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556C42; }

 p { color: rgb(85,108,66); }

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

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

 a { background-color: rgb(85,108,66); }

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

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

 span { border-color: rgb(85,108,66); }

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