Html Css Color HEX #5E7042 Chalet Green

📋 copy color: '#5E7042'

red 94 ◦ green 112 ◦ blue 66

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

Shades of Chalet Green #5E7042

Tints of Chalet Green #5E7042

RGB

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

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

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

R = 34.56%
G = 41.18%
B = 24.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#5E7042 (or 0x5E7042) is known color: Chalet Green. HEX triplet: 5E, 70 and 42. RGB value is (94,112,66). Sum of RGB (Red+Green+Blue) = 94+112+66=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7042 is #A18FBD. Grayscale: #656565. Windows color (decimal): -10588094 or 4354142. OLE color: 4354142.

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

Color convert

RGB 94 112 66 -
CMYK 0.16 0 0.41 0.56
HSL 83.48º 0.26% 0.35% -
HSV(B) 83.48º 0.41% 0.44% -
XYZ 11.39 14.36 7.33 -
YUV 101.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 94 112 66 0.16 0 0.41 0.56 83.48 0.26 0.35
Hex 5E 70 42 10 0 29 38 53 1A 23
Octal 136 160 102 20 0 51 70 123 32 43
Binary 1011110 1110000 1000010 10000 0 101001 111000 1010011 11010 100011

Color Harmonies of #5E7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7042

Black with #5E7042

Text Example


Text Example

White with #5E7042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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