#56713D

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

Shades of Chalet Green #56713D

Tints of Chalet Green #56713D

Color information

#56713D (or 0x56713D) is unknown color: approx Chalet Green. HEX triplet: 56, 71 and 3D. RGB value is (86,113,61). Sum of RGB (Red+Green+Blue) = 86+113+61=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #56713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56713D is #A98EC2. Grayscale: #636363. Windows color (decimal): -11112131 or 4026710. OLE color: 4026710.

HSL color Cylindrical-coordinate representation of color #56713D: hue angle of 91.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56713D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB8611361-
CMYK0.2400.460.56
HSL91.15º29.89%34.12%-
HSV(B)91.15º46.02%44.31%-
XYZ10.5914.136.58-
YUV99106.55118.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=33.08%
G=43.46%
B=23.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113610.2400.460.5691.1529.8934.12
Hex56713D1802E385b1e22
Octal1261617530056701333642
Binary10101101110001111101110000101110111000101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56713D; }

 p { color: rgb(86,113,61); }

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

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

 a { background-color: rgb(86,113,61); }

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

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

 span { border-color: rgb(86,113,61); }

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