#5E694E

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

Shades of Chalet Green #5E694E

Tints of Chalet Green #5E694E

Color information

#5E694E (or 0x5E694E) is unknown color: approx Chalet Green. HEX triplet: 5E, 69 and 4E. RGB value is (94,105,78). Sum of RGB (Red+Green+Blue) = 94+105+78=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #5E694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E694E is #A196B1. Grayscale: #626262. Windows color (decimal): -10589874 or 5138782. OLE color: 5138782.

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

Color convert

RGB9410578-
CMYK0.1000.260.59
HSL84.44º14.75%35.88%-
HSV(B)84.44º25.71%41.18%-
XYZ11.0413.039.14-
YUV98.63116.36124.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=33.94%
G=37.91%
B=28.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94105780.1000.260.5984.4414.7535.88
Hex5E694EA01A3B54f24
Octal13615111612032731241744
Binary101111011010011001110101001101011101110101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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