#5E713D

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

Shades of Chalet Green #5E713D

Tints of Chalet Green #5E713D

Color information

#5E713D (or 0x5E713D) is unknown color: approx Chalet Green. HEX triplet: 5E, 71 and 3D. RGB value is (94,113,61). Sum of RGB (Red+Green+Blue) = 94+113+61=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #5E713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E713D is #A18EC2. Grayscale: #656565. Windows color (decimal): -10587843 or 4026718. OLE color: 4026718.

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

Color convert

RGB9411361-
CMYK0.1700.460.56
HSL81.92º29.89%34.12%-
HSV(B)81.92º46.02%44.31%-
XYZ11.3614.536.62-
YUV101.39105.21122.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=35.07%
G=42.16%
B=22.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94113610.1700.460.5681.9229.8934.12
Hex5E713D1102E38521e22
Octal1361617521056701223642
Binary10111101110001111101100010101110111000101001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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