Html Css Color HEX #5E7141 Chalet Green

📋 copy color: '#5E7141'

red 94 ◦ green 113 ◦ blue 65

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

Shades of Chalet Green #5E7141

Tints of Chalet Green #5E7141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 34.56%
G = 41.54%
B = 23.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#5E7141 (or 0x5E7141) is known color: Chalet Green. HEX triplet: 5E, 71 and 41. RGB value is (94,113,65). Sum of RGB (Red+Green+Blue) = 94+113+65=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7141 is #A18EBE. Grayscale: #666666. Windows color (decimal): -10587839 or 4288862. OLE color: 4288862.

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

Color convert

RGB 94 113 65 -
CMYK 0.17 0 0.42 0.56
HSL 83.75º 0.27% 0.35% -
HSV(B) 83.75º 0.42% 0.44% -
XYZ 11.48 14.57 7.21 -
YUV 101.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 94 113 65 0.17 0 0.42 0.56 83.75 0.27 0.35
Hex 5E 71 41 11 0 2A 38 54 1B 23
Octal 136 161 101 21 0 52 70 124 33 43
Binary 1011110 1110001 1000001 10001 0 101010 111000 1010100 11011 100011

Color Harmonies of #5E7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7141

Black with #5E7141

Text Example


Text Example

White with #5E7141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,65); }

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

background-color css

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

 a { background-color: rgb(94,113,65); }

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

border-color css

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

 span { border-color: rgb(94,113,65); }

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