Shades of Viridian Green #486256
Tints of Viridian Green #486256
RGB
CMYK
RGB Variations
Color information
#486256 (or 0x486256) is known color: Viridian Green. HEX triplet: 48, 62 and 56. RGB value is (72,98,86). Sum of RGB (Red+Green+Blue) = 72+98+86=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #486256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486256 is #B79DA9. Grayscale: #585858. Windows color (decimal): -12033450 or 5661256. OLE color: 5661256.
HSL color Cylindrical-coordinate representation of color #486256: hue angle of 152.31º 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 #486256 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 86 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.62 |
| HSL | 152.31º | 0.15% | 0.33% | - |
| HSV(B) | 152.31º | 0.27% | 0.38% | - |
| XYZ | 8.72 | 10.78 | 10.43 | - |
| YUV | 88.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 86 | 0.27 | 0 | 0.12 | 0.62 | 152.31 | 0.15 | 0.33 |
| Hex | 48 | 62 | 56 | 1B | 0 | C | 3E | 98 | F | 21 |
| Octal | 110 | 142 | 126 | 33 | 0 | 14 | 76 | 230 | 17 | 41 |
| Binary | 1001000 | 1100010 | 1010110 | 11011 | 0 | 1100 | 111110 | 10011000 | 1111 | 100001 |
Color Harmonies of #486256
Complementary color
Monochromatic Colors of #486256
Black with #486256
Text Example
Text Example
White with #486256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486256; }
p { color: rgb(72,98,86); }
H1.HeaderClassName
{
color: #486256;
}
.AnyTagClassName
{
color: #486256;
}
</style>
background-color css
<style>
a { background-color: #486256; }
a { background-color: rgb(72,98,86); }
div.DivClassName
{
background-color: #486256;
}
.BgClassName
{
background-color: #486256;
}
</style>
border-color css
<style>
span { border-color: #486256; }
span { border-color: rgb(72,98,86); }
td.TdClassName
{
border-color: #486256;
}
.TagClassName
{
border-color: #486256;
}
</style>