#497D5B

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

Shades of Como #497D5B

Tints of Como #497D5B

Color information

#497D5B (or 0x497D5B) is unknown color: approx Como. HEX triplet: 49, 7D and 5B. RGB value is (73,125,91). Sum of RGB (Red+Green+Blue) = 73+125+91=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #497D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D5B is #B682A4. Grayscale: #696969. Windows color (decimal): -11960997 or 5995849. OLE color: 5995849.

HSL color Cylindrical-coordinate representation of color #497D5B: hue angle of 140.77º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D5B is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB7312591-
CMYK0.4200.270.51
HSL140.77º26.26%38.82%-
HSV(B)140.77º41.6%49.02%-
XYZ11.9716.8412.52-
YUV105.58119.77104.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=25.26%
G=43.25%
B=31.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125910.4200.270.51140.7726.2638.82
Hex497D5B2A01B338d1a27
Octal11117513352033632153247
Binary1001001111110110110111010100110111100111000110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497D5B; }

 p { color: rgb(73,125,91); }

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

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

 a { background-color: rgb(73,125,91); }

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

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

 span { border-color: rgb(73,125,91); }

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