Html Css Color HEX #5D713F Chalet Green

📋 copy color: '#5D713F'

red 93 ◦ green 113 ◦ blue 63

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

Shades of Chalet Green #5D713F

Tints of Chalet Green #5D713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.42%

R = 34.57%
G = 42.01%
B = 23.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#5D713F (or 0x5D713F) is known color: Chalet Green. HEX triplet: 5D, 71 and 3F. RGB value is (93,113,63). Sum of RGB (Red+Green+Blue) = 93+113+63=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #5D713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D713F is #A28EC0. Grayscale: #656565. Windows color (decimal): -10653377 or 4157789. OLE color: 4157789.

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

Color convert

RGB 93 113 63 -
CMYK 0.18 0 0.44 0.56
HSL 84º 0.28% 0.35% -
HSV(B) 84º 0.44% 0.44% -
XYZ 11.32 14.5 6.9 -
YUV 101.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 93 113 63 0.18 0 0.44 0.56 84 0.28 0.35
Hex 5D 71 3F 12 0 2C 38 54 1C 23
Octal 135 161 77 22 0 54 70 124 34 43
Binary 1011101 1110001 111111 10010 0 101100 111000 1010100 11100 100011

Color Harmonies of #5D713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D713F

Black with #5D713F

Text Example


Text Example

White with #5D713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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