Shades of Viridian Green #486157
Tints of Viridian Green #486157
RGB
CMYK
RGB Variations
Color information
#486157 (or 0x486157) is known color: Viridian Green. HEX triplet: 48, 61 and 57. RGB value is (72,97,87). Sum of RGB (Red+Green+Blue) = 72+97+87=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #486157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486157 is #B79EA8. Grayscale: #585858. Windows color (decimal): -12033705 or 5726536. OLE color: 5726536.
HSL color Cylindrical-coordinate representation of color #486157: hue angle of 156º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #486157 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 97 | 87 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.62 |
| HSL | 156º | 0.15% | 0.33% | - |
| HSV(B) | 156º | 0.26% | 0.38% | - |
| XYZ | 8.67 | 10.62 | 10.61 | - |
| YUV | 88.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 87 | 0.26 | 0 | 0.10 | 0.62 | 156 | 0.15 | 0.33 |
| Hex | 48 | 61 | 57 | 1A | 0 | A | 3E | 9C | F | 21 |
| Octal | 110 | 141 | 127 | 32 | 0 | 12 | 76 | 234 | 17 | 41 |
| Binary | 1001000 | 1100001 | 1010111 | 11010 | 0 | 1010 | 111110 | 10011100 | 1111 | 100001 |
Color Harmonies of #486157
Complementary color
Monochromatic Colors of #486157
Black with #486157
Text Example
Text Example
White with #486157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486157; }
p { color: rgb(72,97,87); }
H1.HeaderClassName
{
color: #486157;
}
.AnyTagClassName
{
color: #486157;
}
</style>
background-color css
<style>
a { background-color: #486157; }
a { background-color: rgb(72,97,87); }
div.DivClassName
{
background-color: #486157;
}
.BgClassName
{
background-color: #486157;
}
</style>
border-color css
<style>
span { border-color: #486157; }
span { border-color: rgb(72,97,87); }
td.TdClassName
{
border-color: #486157;
}
.TagClassName
{
border-color: #486157;
}
</style>