#56713F

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

Shades of Chalet Green #56713F

Tints of Chalet Green #56713F

Color information

#56713F (or 0x56713F) is unknown color: approx Chalet Green. HEX triplet: 56, 71 and 3F. RGB value is (86,113,63). Sum of RGB (Red+Green+Blue) = 86+113+63=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #56713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56713F is #A98EC0. Grayscale: #636363. Windows color (decimal): -11112129 or 4157782. OLE color: 4157782.

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

Color convert

RGB8611363-
CMYK0.2400.440.56
HSL92.4º28.41%34.51%-
HSV(B)92.4º44.25%44.31%-
XYZ10.6414.156.87-
YUV99.23107.55118.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 63 (25% from 255) = 24.05%
R=32.82%
G=43.13%
B=24.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113630.2400.440.5692.428.4134.51
Hex56713F1802C385c1c23
Octal1261617730054701343443
Binary10101101110001111111110000101100111000101110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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