#497B66

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

Shades of Viridian #497B66

Tints of Viridian #497B66

Color information

#497B66 (or 0x497B66) is unknown color: approx Viridian. HEX triplet: 49, 7B and 66. RGB value is (73,123,102). Sum of RGB (Red+Green+Blue) = 73+123+102=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #497B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B66 is #B68499. Grayscale: #696969. Windows color (decimal): -11961498 or 6716233. OLE color: 6716233.

HSL color Cylindrical-coordinate representation of color #497B66: hue angle of 154.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B66 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB73123102-
CMYK0.4100.170.52
HSL154.8º25.51%38.43%-
HSV(B)154.8º40.65%48.24%-
XYZ12.2316.5415.12-
YUV105.66125.94104.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=24.50%
G=41.28%
B=34.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731231020.4100.170.52154.825.5138.43
Hex497B6629011349b1a26
Octal11117314651021642333246
Binary1001001111101111001101010010100011101001001101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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