#495D58

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

Shades of Stromboli #495D58

Tints of Stromboli #495D58

Color information

#495D58 (or 0x495D58) is unknown color: approx Stromboli. HEX triplet: 49, 5D and 58. RGB value is (73,93,88). Sum of RGB (Red+Green+Blue) = 73+93+88=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #495D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D58 is #B6A2A7. Grayscale: #565656. Windows color (decimal): -11969192 or 5791049. OLE color: 5791049.

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

Color convert

RGB739388-
CMYK0.2200.050.64
HSL165º12.05%32.55%-
HSV(B)165º21.51%36.47%-
XYZ8.429.9510.71-
YUV86.45128.87118.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=28.74%
G=36.61%
B=34.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393880.2200.050.6416512.0532.55
Hex495D58160540a5c21
Octal11113513026051002451441
Binary1001001101110110110001011001011000000101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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