#498A6A

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

Shades of Viridian #498A6A

Tints of Viridian #498A6A

Color information

#498A6A (or 0x498A6A) is unknown color: approx Viridian. HEX triplet: 49, 8A and 6A. RGB value is (73,138,106). Sum of RGB (Red+Green+Blue) = 73+138+106=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #498A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A6A is #B67595. Grayscale: #727272. Windows color (decimal): -11957654 or 6982217. OLE color: 6982217.

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

Color convert

RGB73138106-
CMYK0.4700.230.46
HSL150.46º30.81%41.37%-
HSV(B)150.46º47.1%54.12%-
XYZ14.4420.6316.86-
YUV114.92122.9798.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=23.03%
G=43.53%
B=33.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731381060.4700.230.46150.4630.8141.37
Hex498A6A2F0172E961f29
Octal11121215257027562263751
Binary10010011000101011010101011110101111011101001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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