#498876

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

Shades of Viridian #498876

Tints of Viridian #498876

Color information

#498876 (or 0x498876) is unknown color: approx Viridian. HEX triplet: 49, 88 and 76. RGB value is (73,136,118). Sum of RGB (Red+Green+Blue) = 73+136+118=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #498876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498876 is #B67789. Grayscale: #737373. Windows color (decimal): -11958154 or 7768137. OLE color: 7768137.

HSL color Cylindrical-coordinate representation of color #498876: hue angle of 162.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498876 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB73136118-
CMYK0.4600.130.47
HSL162.86º30.14%40.98%-
HSV(B)162.86º46.32%53.33%-
XYZ14.8220.3320.28-
YUV115.11129.6397.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=22.32%
G=41.59%
B=36.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731361180.4600.130.47162.8630.1440.98
Hex4988762E0D2Fa31e29
Octal11121016656015572433651
Binary1001001100010001110110101110011011011111010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498876; }

 p { color: rgb(73,136,118); }

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

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

 a { background-color: rgb(73,136,118); }

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

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

 span { border-color: rgb(73,136,118); }

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