#556448

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

Shades of Chalet Green #556448

Tints of Chalet Green #556448

Color information

#556448 (or 0x556448) is unknown color: approx Chalet Green. HEX triplet: 55, 64 and 48. RGB value is (85,100,72). Sum of RGB (Red+Green+Blue) = 85+100+72=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #556448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556448 is #AA9BB7. Grayscale: #5C5C5C. Windows color (decimal): -11180984 or 4744277. OLE color: 4744277.

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

Color convert

RGB8510072-
CMYK0.1500.280.61
HSL92.14º16.28%33.73%-
HSV(B)92.14º28%39.22%-
XYZ9.4711.517.85-
YUV92.32116.53122.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=33.07%
G=38.91%
B=28.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100720.1500.280.6192.1416.2833.73
Hex556448F01C3D5c1022
Octal12514411017034751342042
Binary1010101110010010010001111011100111101101110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556448; }

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

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

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

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

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

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

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

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