#495E58

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

Shades of Stromboli #495E58

Tints of Stromboli #495E58

Color information

#495E58 (or 0x495E58) is unknown color: approx Stromboli. HEX triplet: 49, 5E and 58. RGB value is (73,94,88). Sum of RGB (Red+Green+Blue) = 73+94+88=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #495E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E58 is #B6A1A7. Grayscale: #575757. Windows color (decimal): -11968936 or 5791305. OLE color: 5791305.

HSL color Cylindrical-coordinate representation of color #495E58: hue angle of 162.86º 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 #495E58 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB739488-
CMYK0.2200.060.63
HSL162.86º12.57%32.75%-
HSV(B)162.86º22.34%36.86%-
XYZ8.5110.1310.74-
YUV87.04128.54117.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=28.63%
G=36.86%
B=34.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7394880.2200.060.63162.8612.5732.75
Hex495E5816063Fa3d21
Octal1111361302606772431541
Binary100100110111101011000101100110111111101000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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