Shades of Viridian #498375
Tints of Viridian #498375
RGB
CMYK
RGB Variations
Color information
#498375 (or 0x498375) is known color: Viridian. HEX triplet: 49, 83 and 75. RGB value is (73,131,117). Sum of RGB (Red+Green+Blue) = 73+131+117=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #498375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498375 is #B67C8A. Grayscale: #707070. Windows color (decimal): -11959435 or 7701321. OLE color: 7701321.
HSL color Cylindrical-coordinate representation of color #498375: hue angle of 165.52º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498375 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 117 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.49 |
| HSL | 165.52º | 0.28% | 0.4% | - |
| HSV(B) | 165.52º | 0.44% | 0.51% | - |
| XYZ | 14.07 | 18.93 | 19.74 | - |
| YUV | 112.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 117 | 0.44 | 0 | 0.11 | 0.49 | 165.52 | 0.28 | 0.4 |
| Hex | 49 | 83 | 75 | 2C | 0 | B | 31 | A6 | 1C | 28 |
| Octal | 111 | 203 | 165 | 54 | 0 | 13 | 61 | 246 | 34 | 50 |
| Binary | 1001001 | 10000011 | 1110101 | 101100 | 0 | 1011 | 110001 | 10100110 | 11100 | 101000 |
Color Harmonies of #498375
Complementary color
Monochromatic Colors of #498375
Black with #498375
Text Example
Text Example
White with #498375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498375; }
p { color: rgb(73,131,117); }
H1.HeaderClassName
{
color: #498375;
}
.AnyTagClassName
{
color: #498375;
}
</style>
background-color css
<style>
a { background-color: #498375; }
a { background-color: rgb(73,131,117); }
div.DivClassName
{
background-color: #498375;
}
.BgClassName
{
background-color: #498375;
}
</style>
border-color css
<style>
span { border-color: #498375; }
span { border-color: rgb(73,131,117); }
td.TdClassName
{
border-color: #498375;
}
.TagClassName
{
border-color: #498375;
}
</style>