#5E6F3D

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

Shades of Chalet Green #5E6F3D

Tints of Chalet Green #5E6F3D

Color information

#5E6F3D (or 0x5E6F3D) is unknown color: approx Chalet Green. HEX triplet: 5E, 6F and 3D. RGB value is (94,111,61). Sum of RGB (Red+Green+Blue) = 94+111+61=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F3D is #A190C2. Grayscale: #646464. Windows color (decimal): -10588355 or 4026206. OLE color: 4026206.

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

Color convert

RGB9411161-
CMYK0.1500.450.56
HSL80.4º29.07%33.73%-
HSV(B)80.4º45.05%43.53%-
XYZ11.1414.096.55-
YUV100.22105.87123.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.34%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=35.34%
G=41.73%
B=22.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94111610.1500.450.5680.429.0733.73
Hex5E6F3DF02D38501d22
Octal1361577517055701203542
Binary1011110110111111110111110101101111000101000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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