Shades of Viridian Green #486356
Tints of Viridian Green #486356
RGB
CMYK
RGB Variations
Color information
#486356 (or 0x486356) is known color: Viridian Green. HEX triplet: 48, 63 and 56. RGB value is (72,99,86). Sum of RGB (Red+Green+Blue) = 72+99+86=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #486356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486356 is #B79CA9. Grayscale: #595959. Windows color (decimal): -12033194 or 5661512. OLE color: 5661512.
HSL color Cylindrical-coordinate representation of color #486356: hue angle of 151.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486356 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 86 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.61 |
| HSL | 151.11º | 0.16% | 0.34% | - |
| HSV(B) | 151.11º | 0.27% | 0.39% | - |
| XYZ | 8.81 | 10.97 | 10.46 | - |
| YUV | 89.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 86 | 0.27 | 0 | 0.13 | 0.61 | 151.11 | 0.16 | 0.34 |
| Hex | 48 | 63 | 56 | 1B | 0 | D | 3D | 97 | 10 | 22 |
| Octal | 110 | 143 | 126 | 33 | 0 | 15 | 75 | 227 | 20 | 42 |
| Binary | 1001000 | 1100011 | 1010110 | 11011 | 0 | 1101 | 111101 | 10010111 | 10000 | 100010 |
Color Harmonies of #486356
Complementary color
Monochromatic Colors of #486356
Black with #486356
Text Example
Text Example
White with #486356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486356; }
p { color: rgb(72,99,86); }
H1.HeaderClassName
{
color: #486356;
}
.AnyTagClassName
{
color: #486356;
}
</style>
background-color css
<style>
a { background-color: #486356; }
a { background-color: rgb(72,99,86); }
div.DivClassName
{
background-color: #486356;
}
.BgClassName
{
background-color: #486356;
}
</style>
border-color css
<style>
span { border-color: #486356; }
span { border-color: rgb(72,99,86); }
td.TdClassName
{
border-color: #486356;
}
.TagClassName
{
border-color: #486356;
}
</style>