Html Css Color HEX #5E7342 Chalet Green

📋 copy color: '#5E7342'

red 94 ◦ green 115 ◦ blue 66

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

Shades of Chalet Green #5E7342

Tints of Chalet Green #5E7342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

 BLUE value IS 66 (26.17% from 255) = 24%

R = 34.18%
G = 41.82%
B = 24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#5E7342 (or 0x5E7342) is known color: Chalet Green. HEX triplet: 5E, 73 and 42. RGB value is (94,115,66). Sum of RGB (Red+Green+Blue) = 94+115+66=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7342 is #A18CBD. Grayscale: #676767. Windows color (decimal): -10587326 or 4354910. OLE color: 4354910.

HSL color Cylindrical-coordinate representation of color #5E7342: hue angle of 85.71º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E7342 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 115 66 -
CMYK 0.18 0 0.43 0.55
HSL 85.71º 0.27% 0.35% -
HSV(B) 85.71º 0.43% 0.45% -
XYZ 11.73 15.03 7.44 -
YUV 103.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 94 115 66 0.18 0 0.43 0.55 85.71 0.27 0.35
Hex 5E 73 42 12 0 2B 37 56 1B 23
Octal 136 163 102 22 0 53 67 126 33 43
Binary 1011110 1110011 1000010 10010 0 101011 110111 1010110 11011 100011

Color Harmonies of #5E7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7342

Black with #5E7342

Text Example


Text Example

White with #5E7342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,66); }

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

background-color css

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

 a { background-color: rgb(94,115,66); }

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

border-color css

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

 span { border-color: rgb(94,115,66); }

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