Html Css Color HEX #5E7046 Chalet Green

📋 copy color: '#5E7046'

red 94 ◦ green 112 ◦ blue 70

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

Shades of Chalet Green #5E7046

Tints of Chalet Green #5E7046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 34.06%
G = 40.58%
B = 25.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#5E7046 (or 0x5E7046) is known color: Chalet Green. HEX triplet: 5E, 70 and 46. RGB value is (94,112,70). Sum of RGB (Red+Green+Blue) = 94+112+70=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7046 is #A18FB9. Grayscale: #656565. Windows color (decimal): -10588090 or 4616286. OLE color: 4616286.

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

Color convert

RGB 94 112 70 -
CMYK 0.16 0 0.38 0.56
HSL 85.71º 0.23% 0.36% -
HSV(B) 85.71º 0.38% 0.44% -
XYZ 11.52 14.41 7.97 -
YUV 101.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 94 112 70 0.16 0 0.38 0.56 85.71 0.23 0.36
Hex 5E 70 46 10 0 26 38 56 17 24
Octal 136 160 106 20 0 46 70 126 27 44
Binary 1011110 1110000 1000110 10000 0 100110 111000 1010110 10111 100100

Color Harmonies of #5E7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7046

Black with #5E7046

Text Example


Text Example

White with #5E7046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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