#498A72

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

Shades of Viridian #498A72

Tints of Viridian #498A72

Color information

#498A72 (or 0x498A72) is unknown color: approx Viridian. HEX triplet: 49, 8A and 72. RGB value is (73,138,114). Sum of RGB (Red+Green+Blue) = 73+138+114=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #498A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A72 is #B6758D. Grayscale: #737373. Windows color (decimal): -11957646 or 7506505. OLE color: 7506505.

HSL color Cylindrical-coordinate representation of color #498A72: hue angle of 157.85º degrees, saturation: 0.31, 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 #498A72 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB73138114-
CMYK0.4700.170.46
HSL157.85º30.81%41.37%-
HSV(B)157.85º47.1%54.12%-
XYZ14.8720.8119.15-
YUV115.83126.9797.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=22.46%
G=42.46%
B=35.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731381140.4700.170.46157.8530.8141.37
Hex498A722F0112E9e1f29
Octal11121216257021562363751
Binary10010011000101011100101011110100011011101001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498A72; }

 p { color: rgb(73,138,114); }

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

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

 a { background-color: rgb(73,138,114); }

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

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

 span { border-color: rgb(73,138,114); }

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