#556840

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

Shades of Chalet Green #556840

Tints of Chalet Green #556840

Color information

#556840 (or 0x556840) is unknown color: approx Chalet Green. HEX triplet: 55, 68 and 40. RGB value is (85,104,64). Sum of RGB (Red+Green+Blue) = 85+104+64=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #556840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556840 is #AA97BF. Grayscale: #5D5D5D. Windows color (decimal): -11179968 or 4221013. OLE color: 4221013.

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

Color convert

RGB8510464-
CMYK0.1800.380.59
HSL88.5º23.81%32.94%-
HSV(B)88.5º38.46%40.78%-
XYZ9.6212.26.7-
YUV93.76111.21121.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=33.60%
G=41.11%
B=25.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104640.1800.380.5988.523.8132.94
Hex556840120263B581821
Octal12515010022046731303041
Binary101010111010001000000100100100110111011101100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556840; }

 p { color: rgb(85,104,64); }

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

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

 a { background-color: rgb(85,104,64); }

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

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

 span { border-color: rgb(85,104,64); }

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