#556F40

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

Shades of Chalet Green #556F40

Tints of Chalet Green #556F40

Color information

#556F40 (or 0x556F40) is unknown color: approx Chalet Green. HEX triplet: 55, 6F and 40. RGB value is (85,111,64). Sum of RGB (Red+Green+Blue) = 85+111+64=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #556F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F40 is #AA90BF. Grayscale: #626262. Windows color (decimal): -11178176 or 4222805. OLE color: 4222805.

HSL color Cylindrical-coordinate representation of color #556F40: hue angle of 93.19º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556F40 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB8511164-
CMYK0.2300.420.56
HSL93.19º26.86%34.31%-
HSV(B)93.19º42.34%43.53%-
XYZ10.3613.676.94-
YUV97.87108.89118.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=32.69%
G=42.69%
B=24.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111640.2300.420.5693.1926.8634.31
Hex556F401702A385d1b22
Octal12515710027052701353342
Binary101010111011111000000101110101010111000101110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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