#497C6D

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

Shades of Viridian #497C6D

Tints of Viridian #497C6D

Color information

#497C6D (or 0x497C6D) is unknown color: approx Viridian. HEX triplet: 49, 7C and 6D. RGB value is (73,124,109). Sum of RGB (Red+Green+Blue) = 73+124+109=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #497C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C6D is #B68392. Grayscale: #6B6B6B. Windows color (decimal): -11961235 or 7175241. OLE color: 7175241.

HSL color Cylindrical-coordinate representation of color #497C6D: hue angle of 162.35º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C6D is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB73124109-
CMYK0.4100.120.51
HSL162.35º25.89%38.63%-
HSV(B)162.35º41.13%48.63%-
XYZ12.7216.9417.07-
YUV107.04129.1103.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 124 (48.83% from 255) = 40.52%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=23.86%
G=40.52%
B=35.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731241090.4100.120.51162.3525.8938.63
Hex497C6D290C33a21a27
Octal11117415551014632423247
Binary100100111111001101101101001011001100111010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,124,109); }

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

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

 a { background-color: rgb(73,124,109); }

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

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

 span { border-color: rgb(73,124,109); }

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