Html Css Color HEX #5E7041 Chalet Green

📋 copy color: '#5E7041'

red 94 ◦ green 112 ◦ blue 65

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

Shades of Chalet Green #5E7041

Tints of Chalet Green #5E7041

RGB

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

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

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

R = 34.69%
G = 41.33%
B = 23.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#5E7041 (or 0x5E7041) is known color: Chalet Green. HEX triplet: 5E, 70 and 41. RGB value is (94,112,65). Sum of RGB (Red+Green+Blue) = 94+112+65=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7041 is #A18FBE. Grayscale: #656565. Windows color (decimal): -10588095 or 4288606. OLE color: 4288606.

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

Color convert

RGB 94 112 65 -
CMYK 0.16 0 0.42 0.56
HSL 82.98º 0.27% 0.35% -
HSV(B) 82.98º 0.42% 0.44% -
XYZ 11.36 14.35 7.17 -
YUV 101.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 94 112 65 0.16 0 0.42 0.56 82.98 0.27 0.35
Hex 5E 70 41 10 0 2A 38 53 1B 23
Octal 136 160 101 20 0 52 70 123 33 43
Binary 1011110 1110000 1000001 10000 0 101010 111000 1010011 11011 100011

Color Harmonies of #5E7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7041

Black with #5E7041

Text Example


Text Example

White with #5E7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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