#556245

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

Shades of Chalet Green #556245

Tints of Chalet Green #556245

Color information

#556245 (or 0x556245) is unknown color: approx Chalet Green. HEX triplet: 55, 62 and 45. RGB value is (85,98,69). Sum of RGB (Red+Green+Blue) = 85+98+69=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #556245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556245 is #AA9DBA. Grayscale: #5A5A5A. Windows color (decimal): -11181499 or 4547157. OLE color: 4547157.

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

Color convert

RGB859869-
CMYK0.1300.300.62
HSL86.9º17.37%32.75%-
HSV(B)86.9º29.59%38.43%-
XYZ9.1911.17.29-
YUV90.81115.69123.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=33.73%
G=38.89%
B=27.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598690.1300.300.6286.917.3732.75
Hex556245D01E3E571121
Octal12514210515036761272141
Binary1010101110001010001011101011110111110101011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556245; }

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

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

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

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

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

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

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

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