#556645

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

Shades of Chalet Green #556645

Tints of Chalet Green #556645

Color information

#556645 (or 0x556645) is unknown color: approx Chalet Green. HEX triplet: 55, 66 and 45. RGB value is (85,102,69). Sum of RGB (Red+Green+Blue) = 85+102+69=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #556645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556645 is #AA99BA. Grayscale: #5D5D5D. Windows color (decimal): -11180475 or 4548181. OLE color: 4548181.

HSL color Cylindrical-coordinate representation of color #556645: hue angle of 90.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #556645 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB8510269-
CMYK0.1700.320.6
HSL90.91º19.3%33.53%-
HSV(B)90.91º32.35%40%-
XYZ9.5711.867.42-
YUV93.15114.37122.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=33.20%
G=39.84%
B=26.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102690.1700.320.690.9119.333.53
Hex556645110203C5b1322
Octal12514610521040741332342
Binary101010111001101000101100010100000111100101101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556645; }

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

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

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

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

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

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

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

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