#498974

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

Shades of Viridian #498974

Tints of Viridian #498974

Color information

#498974 (or 0x498974) is unknown color: approx Viridian. HEX triplet: 49, 89 and 74. RGB value is (73,137,116). Sum of RGB (Red+Green+Blue) = 73+137+116=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #498974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498974 is #B6768B. Grayscale: #737373. Windows color (decimal): -11957900 or 7637321. OLE color: 7637321.

HSL color Cylindrical-coordinate representation of color #498974: hue angle of 160.31º 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 #498974 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB73137116-
CMYK0.4700.150.46
HSL160.31º30.48%41.18%-
HSV(B)160.31º46.72%53.73%-
XYZ14.8520.5719.71-
YUV115.47128.397.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=22.39%
G=42.02%
B=35.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371160.4700.150.46160.3130.4841.18
Hex4989742F0F2Ea01e29
Octal11121116457017562403651
Binary1001001100010011110100101111011111011101010000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498974; }

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

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

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

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

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

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

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

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