#556344

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

Shades of Chalet Green #556344

Tints of Chalet Green #556344

Color information

#556344 (or 0x556344) is unknown color: approx Chalet Green. HEX triplet: 55, 63 and 44. RGB value is (85,99,68). Sum of RGB (Red+Green+Blue) = 85+99+68=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #556344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556344 is #AA9CBB. Grayscale: #5B5B5B. Windows color (decimal): -11181244 or 4481877. OLE color: 4481877.

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

Color convert

RGB859968-
CMYK0.1400.310.61
HSL87.1º18.56%32.75%-
HSV(B)87.1º31.31%38.82%-
XYZ9.2511.277.16-
YUV91.28114.86123.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=33.73%
G=39.29%
B=26.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599680.1400.310.6187.118.5632.75
Hex556344E01F3D571321
Octal12514310416037751272341
Binary1010101110001110001001110011111111101101011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556344; }

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

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

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

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

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

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

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

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