#497A68

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

Shades of Viridian #497A68

Tints of Viridian #497A68

Color information

#497A68 (or 0x497A68) is unknown color: approx Viridian. HEX triplet: 49, 7A and 68. RGB value is (73,122,104). Sum of RGB (Red+Green+Blue) = 73+122+104=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #497A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A68 is #B68597. Grayscale: #696969. Windows color (decimal): -11961752 or 6847049. OLE color: 6847049.

HSL color Cylindrical-coordinate representation of color #497A68: hue angle of 157.96º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A68 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB73122104-
CMYK0.4000.150.52
HSL157.96º25.13%38.24%-
HSV(B)157.96º40.16%47.84%-
XYZ12.2116.3415.61-
YUV105.3127.27104.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=24.41%
G=40.80%
B=34.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731221040.4000.150.52157.9625.1338.24
Hex497A68280F349e1926
Octal11117215050017642363146
Binary100100111110101101000101000011111101001001111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,104); }

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

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

 a { background-color: rgb(73,122,104); }

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

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

 span { border-color: rgb(73,122,104); }

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