#5E6A4E

Color #5E6A4E Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #5E6A4E

Tints of Chalet Green #5E6A4E

Color information

#5E6A4E (or 0x5E6A4E) is unknown color: approx Chalet Green. HEX triplet: 5E, 6A and 4E. RGB value is (94,106,78). Sum of RGB (Red+Green+Blue) = 94+106+78=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A4E is #A195B1. Grayscale: #636363. Windows color (decimal): -10589618 or 5139038. OLE color: 5139038.

HSL color Cylindrical-coordinate representation of color #5E6A4E: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6A4E is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB9410678-
CMYK0.1100.260.58
HSL85.71º15.22%36.08%-
HSV(B)85.71º26.42%41.57%-
XYZ11.1513.249.18-
YUV99.22116.02124.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.81%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=33.81%
G=38.13%
B=28.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94106780.1100.260.5885.7115.2236.08
Hex5E6A4EB01A3A56f24
Octal13615211613032721261744
Binary101111011010101001110101101101011101010101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,106,78); }

 H1.HeaderClassName
 {
   color: #5E6A4E;
 }
 .AnyTagClassName
 {
   color: #5E6A4E;
 }
</style>
background-color css

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

 a { background-color: rgb(94,106,78); }

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

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

 span { border-color: rgb(94,106,78); }

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