#5E714A

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

Shades of Chalet Green #5E714A

Tints of Chalet Green #5E714A

Color information

#5E714A (or 0x5E714A) is unknown color: approx Chalet Green. HEX triplet: 5E, 71 and 4A. RGB value is (94,113,74). Sum of RGB (Red+Green+Blue) = 94+113+74=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #5E714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E714A is #A18EB5. Grayscale: #676767. Windows color (decimal): -10587830 or 4878686. OLE color: 4878686.

HSL color Cylindrical-coordinate representation of color #5E714A: hue angle of 89.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E714A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB9411374-
CMYK0.1700.350.56
HSL89.23º20.86%36.67%-
HSV(B)89.23º34.51%44.31%-
XYZ11.7614.688.69-
YUV102.87111.71121.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.45%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=33.45%
G=40.21%
B=26.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94113740.1700.350.5689.2320.8636.67
Hex5E714A1102338591525
Octal13616111221043701312545
Binary101111011100011001010100010100011111000101100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,113,74); }

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

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

 a { background-color: rgb(94,113,74); }

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

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

 span { border-color: rgb(94,113,74); }

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