Html Css Color HEX #5D7341 Chalet Green

📋 copy color: '#5D7341'

red 93 ◦ green 115 ◦ blue 65

#5D7341
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #5D7341

Tints of Chalet Green #5D7341

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 value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#5D7341 (or 0x5D7341) is known color: 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

RGB 93 115 65 -
CMYK 0.19 0 0.43 0.55
HSL 86.4º 0.28% 0.35% -
HSV(B) 86.4º 0.43% 0.45% -
XYZ 11.6 14.97 7.28 -
YUV 102.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 93 115 65 0.19 0 0.43 0.55 86.4 0.28 0.35
Hex 5D 73 41 13 0 2B 37 56 1C 23
Octal 135 163 101 23 0 53 67 126 34 43
Binary 1011101 1110011 1000001 10011 0 101011 110111 1010110 11100 100011

Color Harmonies of #5D7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7341

Black with #5D7341

Text Example


Text Example

White with #5D7341

Text Example


Text Example

HTML Codes & Css Web 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>