#497963

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

Shades of Como #497963

Tints of Como #497963

Color information

#497963 (or 0x497963) is unknown color: approx Como. HEX triplet: 49, 79 and 63. RGB value is (73,121,99). Sum of RGB (Red+Green+Blue) = 73+121+99=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #497963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497963 is #B6869C. Grayscale: #686868. Windows color (decimal): -11962013 or 6519113. OLE color: 6519113.

HSL color Cylindrical-coordinate representation of color #497963: hue angle of 152.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497963 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB7312199-
CMYK0.4000.180.53
HSL152.5º24.74%38.04%-
HSV(B)152.5º39.67%47.45%-
XYZ11.8415.9914.27-
YUV104.14125.1105.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=24.91%
G=41.30%
B=33.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121990.4000.180.53152.524.7438.04
Hex4979632801235981926
Octal11117114350022652303146
Binary1001001111100111000111010000100101101011001100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497963; }

 p { color: rgb(73,121,99); }

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

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

 a { background-color: rgb(73,121,99); }

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

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

 span { border-color: rgb(73,121,99); }

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