Html Css Color HEX #5D7345 Chalet Green

📋 copy color: '#5D7345'

red 93 ◦ green 115 ◦ blue 69

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

Shades of Chalet Green #5D7345

Tints of Chalet Green #5D7345

RGB

 RED value IS 93 (36.72% from 255) = 33.57%

 GREEN value IS 115 (45.31% from 255) = 41.52%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 33.57%
G = 41.52%
B = 24.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#5D7345 (or 0x5D7345) is known color: Chalet Green. HEX triplet: 5D, 73 and 45. RGB value is (93,115,69). Sum of RGB (Red+Green+Blue) = 93+115+69=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7345 is #A28CBA. Grayscale: #676767. Windows color (decimal): -10652859 or 4551517. OLE color: 4551517.

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

Color convert

RGB 93 115 69 -
CMYK 0.19 0 0.4 0.55
HSL 88.7º 0.25% 0.36% -
HSV(B) 88.7º 0.4% 0.45% -
XYZ 11.72 15.02 7.91 -
YUV 103.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 93 115 69 0.19 0 0.4 0.55 88.7 0.25 0.36
Hex 5D 73 45 13 0 28 37 59 19 24
Octal 135 163 105 23 0 50 67 131 31 44
Binary 1011101 1110011 1000101 10011 0 101000 110111 1011001 11001 100100

Color Harmonies of #5D7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7345

Black with #5D7345

Text Example


Text Example

White with #5D7345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D7345;
 }
 .AnyTagClassName
 {
   color: #5D7345;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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