#497061

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

Shades of Stromboli #497061

Tints of Stromboli #497061

Color information

#497061 (or 0x497061) is unknown color: approx Stromboli. HEX triplet: 49, 70 and 61. RGB value is (73,112,97). Sum of RGB (Red+Green+Blue) = 73+112+97=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #497061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497061 is #B68F9E. Grayscale: #626262. Windows color (decimal): -11964319 or 6385737. OLE color: 6385737.

HSL color Cylindrical-coordinate representation of color #497061: hue angle of 156.92º 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 #497061 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB7311297-
CMYK0.3500.130.56
HSL156.92º21.08%36.27%-
HSV(B)156.92º34.82%43.92%-
XYZ10.713.8713.42-
YUV98.63127.08109.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=25.89%
G=39.72%
B=34.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112970.3500.130.56156.9221.0836.27
Hex497061230D389d1524
Octal11116014143015702352544
Binary100100111100001100001100011011011110001001110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497061; }

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

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

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

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

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

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

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

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