#497060

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

Shades of Stromboli #497060

Tints of Stromboli #497060

Color information

#497060 (or 0x497060) is unknown color: approx Stromboli. HEX triplet: 49, 70 and 60. RGB value is (73,112,96). Sum of RGB (Red+Green+Blue) = 73+112+96=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #497060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497060 is #B68F9F. Grayscale: #626262. Windows color (decimal): -11964320 or 6320201. OLE color: 6320201.

HSL color Cylindrical-coordinate representation of color #497060: hue angle of 155.38º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497060 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7311296-
CMYK0.3500.140.56
HSL155.38º21.08%36.27%-
HSV(B)155.38º34.82%43.92%-
XYZ10.6513.8513.18-
YUV98.52126.58109.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=25.98%
G=39.86%
B=34.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112960.3500.140.56155.3821.0836.27
Hex497060230E389b1524
Octal11116014043016702332544
Binary100100111100001100000100011011101110001001101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497060; }

 p { color: rgb(73,112,96); }

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

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

 a { background-color: rgb(73,112,96); }

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

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

 span { border-color: rgb(73,112,96); }

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