#556244

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

Shades of Chalet Green #556244

Tints of Chalet Green #556244

Color information

#556244 (or 0x556244) is unknown color: approx Chalet Green. HEX triplet: 55, 62 and 44. RGB value is (85,98,68). Sum of RGB (Red+Green+Blue) = 85+98+68=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #556244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556244 is #AA9DBB. Grayscale: #5A5A5A. Windows color (decimal): -11181500 or 4481621. OLE color: 4481621.

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

Color convert

RGB859868-
CMYK0.1300.310.62
HSL86º18.07%32.55%-
HSV(B)86º30.61%38.43%-
XYZ9.1611.087.13-
YUV90.69115.19123.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 68 (26.95% from 255) = 27.09%
R=33.86%
G=39.04%
B=27.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598680.1300.310.628618.0732.55
Hex556244D01F3E561221
Octal12514210415037761262241
Binary1010101110001010001001101011111111110101011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556244; }

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

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

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

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

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

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

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

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