Shades of Viridian #498C69
Tints of Viridian #498C69
RGB
CMYK
RGB Variations
Color information
#498C69 (or 0x498C69) is known color: Viridian. HEX triplet: 49, 8C and 69. RGB value is (73,140,105). Sum of RGB (Red+Green+Blue) = 73+140+105=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #498C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498C69 is #B67396. Grayscale: #747474. Windows color (decimal): -11957143 or 6917193. OLE color: 6917193.
HSL color Cylindrical-coordinate representation of color #498C69: hue angle of 148.66º degrees, saturation: 0.31, 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 #498C69 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 140 | 105 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.45 |
| HSL | 148.66º | 0.31% | 0.42% | - |
| HSV(B) | 148.66º | 0.48% | 0.55% | - |
| XYZ | 14.68 | 21.19 | 16.68 | - |
| YUV | 115.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 105 | 0.48 | 0 | 0.25 | 0.45 | 148.66 | 0.31 | 0.42 |
| Hex | 49 | 8C | 69 | 30 | 0 | 19 | 2D | 95 | 1F | 2A |
| Octal | 111 | 214 | 151 | 60 | 0 | 31 | 55 | 225 | 37 | 52 |
| Binary | 1001001 | 10001100 | 1101001 | 110000 | 0 | 11001 | 101101 | 10010101 | 11111 | 101010 |
Color Harmonies of #498C69
Complementary color
Monochromatic Colors of #498C69
Black with #498C69
Text Example
Text Example
White with #498C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498C69; }
p { color: rgb(73,140,105); }
H1.HeaderClassName
{
color: #498C69;
}
.AnyTagClassName
{
color: #498C69;
}
</style>
background-color css
<style>
a { background-color: #498C69; }
a { background-color: rgb(73,140,105); }
div.DivClassName
{
background-color: #498C69;
}
.BgClassName
{
background-color: #498C69;
}
</style>
border-color css
<style>
span { border-color: #498C69; }
span { border-color: rgb(73,140,105); }
td.TdClassName
{
border-color: #498C69;
}
.TagClassName
{
border-color: #498C69;
}
</style>