Shades of Viridian Green #486257
Tints of Viridian Green #486257
RGB
CMYK
RGB Variations
Color information
#486257 (or 0x486257) is known color: Viridian Green. HEX triplet: 48, 62 and 57. RGB value is (72,98,87). Sum of RGB (Red+Green+Blue) = 72+98+87=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #486257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486257 is #B79DA8. Grayscale: #585858. Windows color (decimal): -12033449 or 5726792. OLE color: 5726792.
HSL color Cylindrical-coordinate representation of color #486257: hue angle of 154.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486257 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 87 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.62 |
| HSL | 154.62º | 0.15% | 0.33% | - |
| HSV(B) | 154.62º | 0.27% | 0.38% | - |
| XYZ | 8.76 | 10.8 | 10.64 | - |
| YUV | 88.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 87 | 0.27 | 0 | 0.11 | 0.62 | 154.62 | 0.15 | 0.33 |
| Hex | 48 | 62 | 57 | 1B | 0 | B | 3E | 9B | F | 21 |
| Octal | 110 | 142 | 127 | 33 | 0 | 13 | 76 | 233 | 17 | 41 |
| Binary | 1001000 | 1100010 | 1010111 | 11011 | 0 | 1011 | 111110 | 10011011 | 1111 | 100001 |
Color Harmonies of #486257
Complementary color
Monochromatic Colors of #486257
Black with #486257
Text Example
Text Example
White with #486257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486257; }
p { color: rgb(72,98,87); }
H1.HeaderClassName
{
color: #486257;
}
.AnyTagClassName
{
color: #486257;
}
</style>
background-color css
<style>
a { background-color: #486257; }
a { background-color: rgb(72,98,87); }
div.DivClassName
{
background-color: #486257;
}
.BgClassName
{
background-color: #486257;
}
</style>
border-color css
<style>
span { border-color: #486257; }
span { border-color: rgb(72,98,87); }
td.TdClassName
{
border-color: #486257;
}
.TagClassName
{
border-color: #486257;
}
</style>