#497A6A

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

Shades of Viridian #497A6A

Tints of Viridian #497A6A

Color information

#497A6A (or 0x497A6A) is unknown color: approx Viridian. HEX triplet: 49, 7A and 6A. RGB value is (73,122,106). Sum of RGB (Red+Green+Blue) = 73+122+106=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #497A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A6A is #B68595. Grayscale: #696969. Windows color (decimal): -11961750 or 6978121. OLE color: 6978121.

HSL color Cylindrical-coordinate representation of color #497A6A: hue angle of 160.41º 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 #497A6A is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB73122106-
CMYK0.4000.130.52
HSL160.41º25.13%38.24%-
HSV(B)160.41º40.16%47.84%-
XYZ12.3116.3816.15-
YUV105.52128.27104.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=24.25%
G=40.53%
B=35.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731221060.4000.130.52160.4125.1338.24
Hex497A6A280D34a01926
Octal11117215250015642403146
Binary100100111110101101010101000011011101001010000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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