#556242

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

Shades of Chalet Green #556242

Tints of Chalet Green #556242

Color information

#556242 (or 0x556242) is unknown color: approx Chalet Green. HEX triplet: 55, 62 and 42. RGB value is (85,98,66). Sum of RGB (Red+Green+Blue) = 85+98+66=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #556242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556242 is #AA9DBD. Grayscale: #5A5A5A. Windows color (decimal): -11181502 or 4350549. OLE color: 4350549.

HSL color Cylindrical-coordinate representation of color #556242: hue angle of 84.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556242 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB859866-
CMYK0.1300.330.62
HSL84.38º19.51%32.16%-
HSV(B)84.38º32.65%38.43%-
XYZ9.111.066.81-
YUV90.46114.19124.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=34.14%
G=39.36%
B=26.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598660.1300.330.6284.3819.5132.16
Hex556242D0213E541420
Octal12514210215041761242440
Binary10101011100010100001011010100001111110101010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556242; }

 p { color: rgb(85,98,66); }

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

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

 a { background-color: rgb(85,98,66); }

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

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

 span { border-color: rgb(85,98,66); }

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