#497966

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

Shades of Viridian #497966

Tints of Viridian #497966

Color information

#497966 (or 0x497966) is unknown color: approx Viridian. HEX triplet: 49, 79 and 66. RGB value is (73,121,102). Sum of RGB (Red+Green+Blue) = 73+121+102=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #497966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497966 is #B68699. Grayscale: #686868. Windows color (decimal): -11962010 or 6715721. OLE color: 6715721.

HSL color Cylindrical-coordinate representation of color #497966: hue angle of 156.25º 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 #497966 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB73121102-
CMYK0.4000.160.53
HSL156.25º24.74%38.04%-
HSV(B)156.25º39.67%47.45%-
XYZ11.9816.0515.04-
YUV104.48126.6105.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=24.66%
G=40.88%
B=34.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731211020.4000.160.53156.2524.7438.04
Hex49796628010359c1926
Octal11117114650020652343146
Binary1001001111100111001101010000100001101011001110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497966; }

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

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

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

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

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

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

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

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