#556349

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

Shades of Chalet Green #556349

Tints of Chalet Green #556349

Color information

#556349 (or 0x556349) is unknown color: approx Chalet Green. HEX triplet: 55, 63 and 49. RGB value is (85,99,73). Sum of RGB (Red+Green+Blue) = 85+99+73=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #556349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556349 is #AA9CB6. Grayscale: #5B5B5B. Windows color (decimal): -11181239 or 4809557. OLE color: 4809557.

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

Color convert

RGB859973-
CMYK0.1400.260.61
HSL92.31º15.12%33.73%-
HSV(B)92.31º26.26%38.82%-
XYZ9.4111.348-
YUV91.85117.36123.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=33.07%
G=38.52%
B=28.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599730.1400.260.6192.3115.1233.73
Hex556349E01A3D5cf22
Octal12514311116032751341742
Binary101010111000111001001111001101011110110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556349; }

 p { color: rgb(85,99,73); }

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

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

 a { background-color: rgb(85,99,73); }

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

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

 span { border-color: rgb(85,99,73); }

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