#497463

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

Shades of Viridian #497463

Tints of Viridian #497463

Color information

#497463 (or 0x497463) is unknown color: approx Viridian. HEX triplet: 49, 74 and 63. RGB value is (73,116,99). Sum of RGB (Red+Green+Blue) = 73+116+99=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #497463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497463 is #B68B9C. Grayscale: #656565. Windows color (decimal): -11963293 or 6517833. OLE color: 6517833.

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

Color convert

RGB7311699-
CMYK0.3700.150.55
HSL156.28º22.75%37.06%-
HSV(B)156.28º37.07%45.49%-
XYZ11.2514.8114.07-
YUV101.2126.75107.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=25.35%
G=40.28%
B=34.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116990.3700.150.55156.2822.7537.06
Hex497463250F379c1725
Octal11116414345017672342745
Binary100100111101001100011100101011111101111001110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497463; }

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

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

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

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

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

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

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

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