#5D713F

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

Shades of Chalet Green #5D713F

Tints of Chalet Green #5D713F

Color information

#5D713F (or 0x5D713F) is unknown color: approx Chalet Green. HEX triplet: 5D, 71 and 3F. RGB value is (93,113,63). Sum of RGB (Red+Green+Blue) = 93+113+63=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #5D713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D713F is #A28EC0. Grayscale: #656565. Windows color (decimal): -10653377 or 4157789. OLE color: 4157789.

HSL color Cylindrical-coordinate representation of color #5D713F: hue angle of 84º 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 #5D713F is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB9311363-
CMYK0.1800.440.56
HSL84º28.41%34.51%-
HSV(B)84º44.25%44.31%-
XYZ11.3214.56.9-
YUV101.32106.37122.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 63 (25% from 255) = 23.42%
R=34.57%
G=42.01%
B=23.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113630.1800.440.568428.4134.51
Hex5D713F1202C38541c23
Octal1351617722054701243443
Binary10111011110001111111100100101100111000101010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D713F; }

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

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

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

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

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

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

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

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