Html Css Color HEX #5D7149 Chalet Green

📋 copy color: '#5D7149'

red 93 ◦ green 113 ◦ blue 73

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

Shades of Chalet Green #5D7149

Tints of Chalet Green #5D7149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 33.33%
G = 40.5%
B = 26.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#5D7149 (or 0x5D7149) is known color: Chalet Green. HEX triplet: 5D, 71 and 49. RGB value is (93,113,73). Sum of RGB (Red+Green+Blue) = 93+113+73=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #5D7149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7149 is #A28EB6. Grayscale: #666666. Windows color (decimal): -10653367 or 4813149. OLE color: 4813149.

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

Color convert

RGB 93 113 73 -
CMYK 0.18 0 0.35 0.56
HSL 90º 0.22% 0.36% -
HSV(B) 90º 0.35% 0.44% -
XYZ 11.62 14.62 8.51 -
YUV 102.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 93 113 73 0.18 0 0.35 0.56 90 0.22 0.36
Hex 5D 71 49 12 0 23 38 5A 16 24
Octal 135 161 111 22 0 43 70 132 26 44
Binary 1011101 1110001 1001001 10010 0 100011 111000 1011010 10110 100100

Color Harmonies of #5D7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7149

Black with #5D7149

Text Example


Text Example

White with #5D7149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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