#5E6D4C

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

Shades of Chalet Green #5E6D4C

Tints of Chalet Green #5E6D4C

Color information

#5E6D4C (or 0x5E6D4C) is unknown color: approx Chalet Green. HEX triplet: 5E, 6D and 4C. RGB value is (94,109,76). Sum of RGB (Red+Green+Blue) = 94+109+76=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D4C is #A192B3. Grayscale: #646464. Windows color (decimal): -10588852 or 5008734. OLE color: 5008734.

HSL color Cylindrical-coordinate representation of color #5E6D4C: hue angle of 87.27º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E6D4C is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB9410976-
CMYK0.1400.300.57
HSL87.27º17.84%36.27%-
HSV(B)87.27º30.28%42.75%-
XYZ11.3913.848.91-
YUV100.75114.03123.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.69%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=33.69%
G=39.07%
B=27.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94109760.1400.300.5787.2717.8436.27
Hex5E6D4CE01E39571224
Octal13615511416036711272244
Binary1011110110110110011001110011110111001101011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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