#498973

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

Shades of Viridian #498973

Tints of Viridian #498973

Color information

#498973 (or 0x498973) is unknown color: approx Viridian. HEX triplet: 49, 89 and 73. RGB value is (73,137,115). Sum of RGB (Red+Green+Blue) = 73+137+115=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #498973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498973 is #B6768C. Grayscale: #737373. Windows color (decimal): -11957901 or 7571785. OLE color: 7571785.

HSL color Cylindrical-coordinate representation of color #498973: hue angle of 159.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498973 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB73137115-
CMYK0.4700.160.46
HSL159.38º30.48%41.18%-
HSV(B)159.38º46.72%53.73%-
XYZ14.7920.5519.41-
YUV115.36127.897.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=22.46%
G=42.15%
B=35.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371150.4700.160.46159.3830.4841.18
Hex4989732F0102E9f1e29
Octal11121116357020562373651
Binary10010011000100111100111011110100001011101001111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498973; }

 p { color: rgb(73,137,115); }

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

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

 a { background-color: rgb(73,137,115); }

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

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

 span { border-color: rgb(73,137,115); }

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