#556940

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

Shades of Chalet Green #556940

Tints of Chalet Green #556940

Color information

#556940 (or 0x556940) is unknown color: approx Chalet Green. HEX triplet: 55, 69 and 40. RGB value is (85,105,64). Sum of RGB (Red+Green+Blue) = 85+105+64=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #556940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556940 is #AA96BF. Grayscale: #5E5E5E. Windows color (decimal): -11179712 or 4221269. OLE color: 4221269.

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

Color convert

RGB8510564-
CMYK0.1900.390.59
HSL89.27º24.26%33.14%-
HSV(B)89.27º39.05%41.18%-
XYZ9.7212.46.73-
YUV94.35110.87121.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=33.46%
G=41.34%
B=25.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105640.1900.390.5989.2724.2633.14
Hex556940130273B591821
Octal12515110023047731313041
Binary101010111010011000000100110100111111011101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556940; }

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

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

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

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

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

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

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

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