Shades of Viridian #498867
Tints of Viridian #498867
RGB
CMYK
RGB Variations
Color information
#498867 (or 0x498867) is known color: Viridian. HEX triplet: 49, 88 and 67. RGB value is (73,136,103). Sum of RGB (Red+Green+Blue) = 73+136+103=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #498867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498867 is #B67798. Grayscale: #717171. Windows color (decimal): -11958169 or 6785097. OLE color: 6785097.
HSL color Cylindrical-coordinate representation of color #498867: hue angle of 148.57º 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 #498867 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 103 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.47 |
| HSL | 148.57º | 0.3% | 0.41% | - |
| HSV(B) | 148.57º | 0.46% | 0.53% | - |
| XYZ | 14 | 20 | 15.96 | - |
| YUV | 113.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 103 | 0.46 | 0 | 0.24 | 0.47 | 148.57 | 0.3 | 0.41 |
| Hex | 49 | 88 | 67 | 2E | 0 | 18 | 2F | 95 | 1E | 29 |
| Octal | 111 | 210 | 147 | 56 | 0 | 30 | 57 | 225 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1100111 | 101110 | 0 | 11000 | 101111 | 10010101 | 11110 | 101001 |
Color Harmonies of #498867
Complementary color
Monochromatic Colors of #498867
Black with #498867
Text Example
Text Example
White with #498867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498867; }
p { color: rgb(73,136,103); }
H1.HeaderClassName
{
color: #498867;
}
.AnyTagClassName
{
color: #498867;
}
</style>
background-color css
<style>
a { background-color: #498867; }
a { background-color: rgb(73,136,103); }
div.DivClassName
{
background-color: #498867;
}
.BgClassName
{
background-color: #498867;
}
</style>
border-color css
<style>
span { border-color: #498867; }
span { border-color: rgb(73,136,103); }
td.TdClassName
{
border-color: #498867;
}
.TagClassName
{
border-color: #498867;
}
</style>