#5E684B

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

Shades of Chalet Green #5E684B

Tints of Chalet Green #5E684B

Color information

#5E684B (or 0x5E684B) is unknown color: approx Chalet Green. HEX triplet: 5E, 68 and 4B. RGB value is (94,104,75). Sum of RGB (Red+Green+Blue) = 94+104+75=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #5E684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E684B is #A197B4. Grayscale: #616161. Windows color (decimal): -10590133 or 4941918. OLE color: 4941918.

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

Color convert

RGB9410475-
CMYK0.1000.280.59
HSL80.69º16.2%35.1%-
HSV(B)80.69º27.88%40.78%-
XYZ10.8412.798.55-
YUV97.7115.19125.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.43%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=34.43%
G=38.10%
B=27.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104750.1000.280.5980.6916.235.1
Hex5E684BA01C3B511023
Octal13615011312034731212043
Binary1011110110100010010111010011100111011101000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,75); }

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

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

 a { background-color: rgb(94,104,75); }

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

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

 span { border-color: rgb(94,104,75); }

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