#495F59

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

Shades of Stromboli #495F59

Tints of Stromboli #495F59

Color information

#495F59 (or 0x495F59) is unknown color: approx Stromboli. HEX triplet: 49, 5F and 59. RGB value is (73,95,89). Sum of RGB (Red+Green+Blue) = 73+95+89=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #495F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F59 is #B6A0A6. Grayscale: #575757. Windows color (decimal): -11968679 or 5857097. OLE color: 5857097.

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

Color convert

RGB739589-
CMYK0.2300.060.63
HSL163.64º13.1%32.94%-
HSV(B)163.64º23.16%37.25%-
XYZ8.6410.3210.99-
YUV87.74128.71117.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=28.40%
G=36.96%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395890.2300.060.63163.6413.132.94
Hex495F5917063Fa4d21
Octal1111371312706772441541
Binary100100110111111011001101110110111111101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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