#556546

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

Shades of Chalet Green #556546

Tints of Chalet Green #556546

Color information

#556546 (or 0x556546) is unknown color: approx Chalet Green. HEX triplet: 55, 65 and 46. RGB value is (85,101,70). Sum of RGB (Red+Green+Blue) = 85+101+70=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #556546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556546 is #AA9AB9. Grayscale: #5C5C5C. Windows color (decimal): -11180730 or 4613461. OLE color: 4613461.

HSL color Cylindrical-coordinate representation of color #556546: hue angle of 90.97º degrees, saturation: 0.18, 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 #556546 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB8510170-
CMYK0.1600.310.60
HSL90.97º18.13%33.53%-
HSV(B)90.97º30.69%39.61%-
XYZ9.5111.687.55-
YUV92.68115.2122.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=33.20%
G=39.45%
B=27.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101700.1600.310.6090.9718.1333.53
Hex5565461001F3C5b1222
Octal12514510620037741332242
Binary10101011100101100011010000011111111100101101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556546; }

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

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

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

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

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

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

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

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