#497D5D

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

Shades of Como #497D5D

Tints of Como #497D5D

Color information

#497D5D (or 0x497D5D) is unknown color: approx Como. HEX triplet: 49, 7D and 5D. RGB value is (73,125,93). Sum of RGB (Red+Green+Blue) = 73+125+93=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #497D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D5D is #B682A2. Grayscale: #696969. Windows color (decimal): -11960995 or 6126921. OLE color: 6126921.

HSL color Cylindrical-coordinate representation of color #497D5D: hue angle of 143.08º 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 #497D5D is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB7312593-
CMYK0.4200.260.51
HSL143.08º26.26%38.82%-
HSV(B)143.08º41.6%49.02%-
XYZ12.0616.8712.98-
YUV105.8120.77104.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 125 (49.22% from 255) = 42.96%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=25.09%
G=42.96%
B=31.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125930.4200.260.51143.0826.2638.82
Hex497D5D2A01A338f1a27
Octal11117513552032632173247
Binary1001001111110110111011010100110101100111000111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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