Html Css Color HEX #5E7049 Chalet Green

📋 copy color: '#5E7049'

red 94 ◦ green 112 ◦ blue 73

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

Shades of Chalet Green #5E7049

Tints of Chalet Green #5E7049

RGB

 RED value IS 94 (37.11% from 255) = 33.69%

 GREEN value IS 112 (44.14% from 255) = 40.14%

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

R = 33.69%
G = 40.14%
B = 26.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#5E7049 (or 0x5E7049) is known color: Chalet Green. HEX triplet: 5E, 70 and 49. RGB value is (94,112,73). Sum of RGB (Red+Green+Blue) = 94+112+73=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7049 is #A18FB6. Grayscale: #666666. Windows color (decimal): -10588087 or 4812894. OLE color: 4812894.

HSL color Cylindrical-coordinate representation of color #5E7049: hue angle of 87.69º degrees, saturation: 0.21, 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 #5E7049 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 73 -
CMYK 0.16 0 0.35 0.56
HSL 87.69º 0.21% 0.36% -
HSV(B) 87.69º 0.35% 0.44% -
XYZ 11.61 14.45 8.48 -
YUV 102.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 94 112 73 0.16 0 0.35 0.56 87.69 0.21 0.36
Hex 5E 70 49 10 0 23 38 58 15 24
Octal 136 160 111 20 0 43 70 130 25 44
Binary 1011110 1110000 1001001 10000 0 100011 111000 1011000 10101 100100

Color Harmonies of #5E7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7049

Black with #5E7049

Text Example


Text Example

White with #5E7049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,73); }

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

background-color css

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

 a { background-color: rgb(94,112,73); }

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

border-color css

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

 span { border-color: rgb(94,112,73); }

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