#5D7341

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

Shades of Chalet Green #5D7341

Tints of Chalet Green #5D7341

Color information

#5D7341 (or 0x5D7341) is unknown color: approx Chalet Green. HEX triplet: 5D, 73 and 41. RGB value is (93,115,65). Sum of RGB (Red+Green+Blue) = 93+115+65=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7341 is #A28CBE. Grayscale: #666666. Windows color (decimal): -10652863 or 4289373. OLE color: 4289373.

HSL color Cylindrical-coordinate representation of color #5D7341: hue angle of 86.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D7341 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB9311565-
CMYK0.1900.430.55
HSL86.4º27.78%35.29%-
HSV(B)86.4º43.48%45.1%-
XYZ11.614.977.28-
YUV102.72106.71121.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=34.07%
G=42.12%
B=23.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93115650.1900.430.5586.427.7835.29
Hex5D73411302B37561c23
Octal13516310123053671263443
Binary101110111100111000001100110101011110111101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,115,65); }

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

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

 a { background-color: rgb(93,115,65); }

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

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

 span { border-color: rgb(93,115,65); }

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