#497661

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

Shades of Como #497661

Tints of Como #497661

Color information

#497661 (or 0x497661) is unknown color: approx Como. HEX triplet: 49, 76 and 61. RGB value is (73,118,97). Sum of RGB (Red+Green+Blue) = 73+118+97=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #497661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497661 is #B6899E. Grayscale: #666666. Windows color (decimal): -11962783 or 6387273. OLE color: 6387273.

HSL color Cylindrical-coordinate representation of color #497661: hue angle of 152º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497661 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB7311897-
CMYK0.3800.180.54
HSL152º23.56%37.45%-
HSV(B)152º38.14%46.27%-
XYZ11.3815.2413.65-
YUV102.15125.09107.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=25.35%
G=40.97%
B=33.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118970.3800.180.5415223.5637.45
Hex4976612601236981825
Octal11116614146022662303045
Binary1001001111011011000011001100100101101101001100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497661; }

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

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

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

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

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

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

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

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