#497F66

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

Shades of Viridian #497F66

Tints of Viridian #497F66

Color information

#497F66 (or 0x497F66) is unknown color: approx Viridian. HEX triplet: 49, 7F and 66. RGB value is (73,127,102). Sum of RGB (Red+Green+Blue) = 73+127+102=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #497F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F66 is #B68099. Grayscale: #6C6C6C. Windows color (decimal): -11960474 or 6717257. OLE color: 6717257.

HSL color Cylindrical-coordinate representation of color #497F66: hue angle of 152.22º 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 #497F66 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB73127102-
CMYK0.4300.200.50
HSL152.22º27%39.22%-
HSV(B)152.22º42.52%49.8%-
XYZ12.7417.5515.29-
YUV108124.61103.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=24.17%
G=42.05%
B=33.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731271020.4300.200.50152.222739.22
Hex497F662B01432981b27
Octal11117714653024622303347
Binary1001001111111111001101010110101001100101001100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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