Html Css Color HEX #5D713B Chalet Green

📋 copy color: '#5D713B'

red 93 ◦ green 113 ◦ blue 59

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

Shades of Chalet Green #5D713B

Tints of Chalet Green #5D713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 35.09%
G = 42.64%
B = 22.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#5D713B (or 0x5D713B) is known color: Chalet Green. HEX triplet: 5D, 71 and 3B. RGB value is (93,113,59). Sum of RGB (Red+Green+Blue) = 93+113+59=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #5D713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D713B is #A28EC4. Grayscale: #656565. Windows color (decimal): -10653381 or 3895645. OLE color: 3895645.

HSL color Cylindrical-coordinate representation of color #5D713B: hue angle of 82.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D713B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 113 59 -
CMYK 0.18 0 0.48 0.56
HSL 82.22º 0.31% 0.34% -
HSV(B) 82.22º 0.48% 0.44% -
XYZ 11.21 14.45 6.34 -
YUV 100.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 93 113 59 0.18 0 0.48 0.56 82.22 0.31 0.34
Hex 5D 71 3B 12 0 30 38 52 1F 22
Octal 135 161 73 22 0 60 70 122 37 42
Binary 1011101 1110001 111011 10010 0 110000 111000 1010010 11111 100010

Color Harmonies of #5D713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D713B

Black with #5D713B

Text Example


Text Example

White with #5D713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,113,59); }

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

background-color css

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

 a { background-color: rgb(93,113,59); }

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

border-color css

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

 span { border-color: rgb(93,113,59); }

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