#498D6A

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

Shades of Viridian #498D6A

Tints of Viridian #498D6A

Color information

#498D6A (or 0x498D6A) is unknown color: approx Viridian. HEX triplet: 49, 8D and 6A. RGB value is (73,141,106). Sum of RGB (Red+Green+Blue) = 73+141+106=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #498D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D6A is #B67295. Grayscale: #747474. Windows color (decimal): -11956886 or 6982985. OLE color: 6982985.

HSL color Cylindrical-coordinate representation of color #498D6A: hue angle of 149.12º 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 #498D6A is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB73141106-
CMYK0.4800.250.45
HSL149.12º31.78%41.96%-
HSV(B)149.12º48.23%55.29%-
XYZ14.8721.5117-
YUV116.68121.9796.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=22.81%
G=44.06%
B=33.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411060.4800.250.45149.1231.7841.96
Hex498D6A300192D95202a
Octal11121515260031552254052
Binary100100110001101110101011000001100110110110010101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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