#497563

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

Shades of Viridian #497563

Tints of Viridian #497563

Color information

#497563 (or 0x497563) is unknown color: approx Viridian. HEX triplet: 49, 75 and 63. RGB value is (73,117,99). Sum of RGB (Red+Green+Blue) = 73+117+99=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #497563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497563 is #B68A9C. Grayscale: #656565. Windows color (decimal): -11963037 or 6518089. OLE color: 6518089.

HSL color Cylindrical-coordinate representation of color #497563: hue angle of 155.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497563 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB7311799-
CMYK0.3800.150.54
HSL155.45º23.16%37.25%-
HSV(B)155.45º37.61%45.88%-
XYZ11.3615.0414.11-
YUV101.79126.42107.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=25.26%
G=40.48%
B=34.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117990.3800.150.54155.4523.1637.25
Hex497563260F369b1725
Octal11116514346017662332745
Binary100100111101011100011100110011111101101001101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497563; }

 p { color: rgb(73,117,99); }

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

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

 a { background-color: rgb(73,117,99); }

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

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

 span { border-color: rgb(73,117,99); }

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