#497262

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

Shades of Stromboli #497262

Tints of Stromboli #497262

Color information

#497262 (or 0x497262) is unknown color: approx Stromboli. HEX triplet: 49, 72 and 62. RGB value is (73,114,98). Sum of RGB (Red+Green+Blue) = 73+114+98=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #497262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497262 is #B68D9D. Grayscale: #636363. Windows color (decimal): -11963806 or 6451785. OLE color: 6451785.

HSL color Cylindrical-coordinate representation of color #497262: hue angle of 156.59º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #497262 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB7311498-
CMYK0.3600.140.55
HSL156.59º21.93%36.67%-
HSV(B)156.59º35.96%44.71%-
XYZ10.9714.3313.74-
YUV99.92126.92108.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=25.61%
G=40%
B=34.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114980.3600.140.55156.5921.9336.67
Hex497262240E379d1625
Octal11116214244016672352645
Binary100100111100101100010100100011101101111001110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497262; }

 p { color: rgb(73,114,98); }

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

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

 a { background-color: rgb(73,114,98); }

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

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

 span { border-color: rgb(73,114,98); }

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