#56604A

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

Shades of Chalet Green #56604A

Tints of Chalet Green #56604A

Color information

#56604A (or 0x56604A) is unknown color: approx Chalet Green. HEX triplet: 56, 60 and 4A. RGB value is (86,96,74). Sum of RGB (Red+Green+Blue) = 86+96+74=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #56604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56604A is #A99FB5. Grayscale: #5A5A5A. Windows color (decimal): -11116470 or 4874326. OLE color: 4874326.

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

Color convert

RGB869674-
CMYK0.1000.230.62
HSL87.27º12.94%33.33%-
HSV(B)87.27º22.92%37.65%-
XYZ9.2610.848.08-
YUV90.5118.69124.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=33.59%
G=37.5%
B=28.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696740.1000.230.6287.2712.9433.33
Hex56604AA0173E57d21
Octal12614011212027761271541
Binary101011011000001001010101001011111111010101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56604A; }

 p { color: rgb(86,96,74); }

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

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

 a { background-color: rgb(86,96,74); }

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

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

 span { border-color: rgb(86,96,74); }

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