#5D6849

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

Shades of Chalet Green #5D6849

Tints of Chalet Green #5D6849

Color information

#5D6849 (or 0x5D6849) is unknown color: approx Chalet Green. HEX triplet: 5D, 68 and 49. RGB value is (93,104,73). Sum of RGB (Red+Green+Blue) = 93+104+73=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #5D6849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6849 is #A297B6. Grayscale: #616161. Windows color (decimal): -10655671 or 4810845. OLE color: 4810845.

HSL color Cylindrical-coordinate representation of color #5D6849: hue angle of 81.29º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D6849 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB9310473-
CMYK0.1100.300.59
HSL81.29º17.51%34.71%-
HSV(B)81.29º29.81%40.78%-
XYZ10.6712.718.19-
YUV97.18114.36125.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=34.44%
G=38.52%
B=27.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93104730.1100.300.5981.2917.5134.71
Hex5D6849B01E3B511223
Octal13515011113036731212243
Binary1011101110100010010011011011110111011101000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,104,73); }

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

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

 a { background-color: rgb(93,104,73); }

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

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

 span { border-color: rgb(93,104,73); }

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