#556444

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

Shades of Chalet Green #556444

Tints of Chalet Green #556444

Color information

#556444 (or 0x556444) is unknown color: approx Chalet Green. HEX triplet: 55, 64 and 44. RGB value is (85,100,68). Sum of RGB (Red+Green+Blue) = 85+100+68=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 100 - color contains mainly: green. Hex color #556444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556444 is #AA9BBB. Grayscale: #5B5B5B. Windows color (decimal): -11180988 or 4482133. OLE color: 4482133.

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

Color convert

RGB8510068-
CMYK0.1500.320.61
HSL88.12º19.05%32.94%-
HSV(B)88.12º32%39.22%-
XYZ9.3511.467.19-
YUV91.87114.53123.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=33.60%
G=39.53%
B=26.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100680.1500.320.6188.1219.0532.94
Hex556444F0203D581321
Octal12514410417040751302341
Binary10101011100100100010011110100000111101101100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556444; }

 p { color: rgb(85,100,68); }

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

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

 a { background-color: rgb(85,100,68); }

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

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

 span { border-color: rgb(85,100,68); }

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