#5d6a3f

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

Shades of Chalet Green #5D6A3F

Tints of Chalet Green #5D6A3F

Color information

#5D6A3F (or 0x5D6A3F) is unknown color: approx Chalet Green. HEX triplet: 5D, 6A and 3F. RGB value is (93,106,63). Sum of RGB (Red+Green+Blue) = 93+106+63=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #5D6A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6A3F is #A295C0. Grayscale: #616161. Windows color (decimal): -10655169 or 4155997. OLE color: 4155997.

HSL color Cylindrical-coordinate representation of color #5D6A3F: hue angle of 78.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D6A3F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB9310663-
CMYK0.1200.410.58
HSL78.14º25.44%33.14%-
HSV(B)78.14º40.57%41.57%-
XYZ10.5712.996.65-
YUV97.21108.69125-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.50%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 63 (25% from 255) = 24.05%
R=35.50%
G=40.46%
B=24.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93106630.1200.410.5878.1425.4433.14
Hex5D6A3FC0293A4e1921
Octal1351527714051721163141
Binary1011101110101011111111000101001111010100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d6a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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