Html Css Color HEX #5E6D50 Chalet Green

📋 copy color: '#5E6D50'

red 94 ◦ green 109 ◦ blue 80

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

Shades of Chalet Green #5E6D50

Tints of Chalet Green #5E6D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.52%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 33.22%
G = 38.52%
B = 28.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#5E6D50 (or 0x5E6D50) is known color: Chalet Green. HEX triplet: 5E, 6D and 50. RGB value is (94,109,80). Sum of RGB (Red+Green+Blue) = 94+109+80=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D50 is #A192AF. Grayscale: #656565. Windows color (decimal): -10588848 or 5270878. OLE color: 5270878.

HSL color Cylindrical-coordinate representation of color #5E6D50: hue angle of 91.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6D50 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 109 80 -
CMYK 0.14 0 0.27 0.57
HSL 91.03º 0.15% 0.37% -
HSV(B) 91.03º 0.27% 0.43% -
XYZ 11.53 13.9 9.66 -
YUV 101.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 94 109 80 0.14 0 0.27 0.57 91.03 0.15 0.37
Hex 5E 6D 50 E 0 1B 39 5B F 25
Octal 136 155 120 16 0 33 71 133 17 45
Binary 1011110 1101101 1010000 1110 0 11011 111001 1011011 1111 100101

Color Harmonies of #5E6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6D50

Black with #5E6D50

Text Example


Text Example

White with #5E6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,109,80); }

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

background-color css

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

 a { background-color: rgb(94,109,80); }

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

border-color css

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

 span { border-color: rgb(94,109,80); }

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