#498D74

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

Shades of Viridian #498D74

Tints of Viridian #498D74

Color information

#498D74 (or 0x498D74) is unknown color: approx Viridian. HEX triplet: 49, 8D and 74. RGB value is (73,141,116). Sum of RGB (Red+Green+Blue) = 73+141+116=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #498D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D74 is #B6728B. Grayscale: #757575. Windows color (decimal): -11956876 or 7638345. OLE color: 7638345.

HSL color Cylindrical-coordinate representation of color #498D74: hue angle of 157.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D74 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB73141116-
CMYK0.4800.180.45
HSL157.94º31.78%41.96%-
HSV(B)157.94º48.23%55.29%-
XYZ15.4221.7319.9-
YUV117.82126.9796.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=22.12%
G=42.73%
B=35.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411160.4800.180.45157.9431.7841.96
Hex498D74300122D9e202a
Octal11121516460022552364052
Binary100100110001101111010011000001001010110110011110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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