#495E59

Color #495E59 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #495E59

Tints of Stromboli #495E59

Color information

#495E59 (or 0x495E59) is unknown color: approx Stromboli. HEX triplet: 49, 5E and 59. RGB value is (73,94,89). Sum of RGB (Red+Green+Blue) = 73+94+89=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #495E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E59 is #B6A1A6. Grayscale: #575757. Windows color (decimal): -11968935 or 5856841. OLE color: 5856841.

HSL color Cylindrical-coordinate representation of color #495E59: hue angle of 165.71º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495E59 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB739489-
CMYK0.2200.050.63
HSL165.71º12.57%32.75%-
HSV(B)165.71º22.34%36.86%-
XYZ8.5510.1410.96-
YUV87.15129.04117.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=28.52%
G=36.72%
B=34.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7394890.2200.050.63165.7112.5732.75
Hex495E5916053Fa6d21
Octal1111361312605772461541
Binary100100110111101011001101100101111111101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495E59; }

 p { color: rgb(73,94,89); }

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

<style>
 a { background-color: #495E59; }

 a { background-color: rgb(73,94,89); }

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

<style>
 span { border-color: #495E59; }

 span { border-color: rgb(73,94,89); }

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