#497F71

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

Shades of Viridian #497F71

Tints of Viridian #497F71

Color information

#497F71 (or 0x497F71) is unknown color: approx Viridian. HEX triplet: 49, 7F and 71. RGB value is (73,127,113). Sum of RGB (Red+Green+Blue) = 73+127+113=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #497F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F71 is #B6808E. Grayscale: #6D6D6D. Windows color (decimal): -11960463 or 7438153. OLE color: 7438153.

HSL color Cylindrical-coordinate representation of color #497F71: hue angle of 164.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497F71 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB73127113-
CMYK0.4300.110.50
HSL164.44º27%39.22%-
HSV(B)164.44º42.52%49.8%-
XYZ13.3217.7918.35-
YUV109.26130.11102.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=23.32%
G=40.58%
B=36.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731271130.4300.110.50164.442739.22
Hex497F712B0B32a41b27
Octal11117716153013622443347
Binary100100111111111110001101011010111100101010010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,113); }

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

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

 a { background-color: rgb(73,127,113); }

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

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

 span { border-color: rgb(73,127,113); }

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