Shades of Viridian #498777
Tints of Viridian #498777
RGB
CMYK
RGB Variations
Color information
#498777 (or 0x498777) is known color: Viridian. HEX triplet: 49, 87 and 77. RGB value is (73,135,119). Sum of RGB (Red+Green+Blue) = 73+135+119=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #498777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498777 is #B67888. Grayscale: #727272. Windows color (decimal): -11958409 or 7833417. OLE color: 7833417.
HSL color Cylindrical-coordinate representation of color #498777: hue angle of 164.52º 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 #498777 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 119 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.47 |
| HSL | 164.52º | 0.3% | 0.41% | - |
| HSV(B) | 164.52º | 0.46% | 0.53% | - |
| XYZ | 14.74 | 20.08 | 20.55 | - |
| YUV | 114.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 119 | 0.46 | 0 | 0.12 | 0.47 | 164.52 | 0.3 | 0.41 |
| Hex | 49 | 87 | 77 | 2E | 0 | C | 2F | A5 | 1E | 29 |
| Octal | 111 | 207 | 167 | 56 | 0 | 14 | 57 | 245 | 36 | 51 |
| Binary | 1001001 | 10000111 | 1110111 | 101110 | 0 | 1100 | 101111 | 10100101 | 11110 | 101001 |
Color Harmonies of #498777
Complementary color
Monochromatic Colors of #498777
Black with #498777
Text Example
Text Example
White with #498777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498777; }
p { color: rgb(73,135,119); }
H1.HeaderClassName
{
color: #498777;
}
.AnyTagClassName
{
color: #498777;
}
</style>
background-color css
<style>
a { background-color: #498777; }
a { background-color: rgb(73,135,119); }
div.DivClassName
{
background-color: #498777;
}
.BgClassName
{
background-color: #498777;
}
</style>
border-color css
<style>
span { border-color: #498777; }
span { border-color: rgb(73,135,119); }
td.TdClassName
{
border-color: #498777;
}
.TagClassName
{
border-color: #498777;
}
</style>