#556347

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

Shades of Chalet Green #556347

Tints of Chalet Green #556347

Color information

#556347 (or 0x556347) is unknown color: approx Chalet Green. HEX triplet: 55, 63 and 47. RGB value is (85,99,71). Sum of RGB (Red+Green+Blue) = 85+99+71=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #556347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556347 is #AA9CB8. Grayscale: #5B5B5B. Windows color (decimal): -11181241 or 4678485. OLE color: 4678485.

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

Color convert

RGB859971-
CMYK0.1400.280.61
HSL90º16.47%33.33%-
HSV(B)90º28.28%38.82%-
XYZ9.3511.317.65-
YUV91.62116.36123.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=33.33%
G=38.82%
B=27.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599710.1400.280.619016.4733.33
Hex556347E01C3D5a1021
Octal12514310716034751322041
Binary1010101110001110001111110011100111101101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556347; }

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

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

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

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

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

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

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

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