Shades of Viridian Green #486756
Tints of Viridian Green #486756
RGB
CMYK
RGB Variations
Color information
#486756 (or 0x486756) is known color: Viridian Green. HEX triplet: 48, 67 and 56. RGB value is (72,103,86). Sum of RGB (Red+Green+Blue) = 72+103+86=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #486756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486756 is #B798A9. Grayscale: #5B5B5B. Windows color (decimal): -12032170 or 5662536. OLE color: 5662536.
HSL color Cylindrical-coordinate representation of color #486756: hue angle of 147.1º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486756 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 86 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.60 |
| HSL | 147.1º | 0.18% | 0.34% | - |
| HSV(B) | 147.1º | 0.3% | 0.4% | - |
| XYZ | 9.2 | 11.75 | 10.59 | - |
| YUV | 91.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 86 | 0.30 | 0 | 0.17 | 0.60 | 147.1 | 0.18 | 0.34 |
| Hex | 48 | 67 | 56 | 1E | 0 | 11 | 3C | 93 | 12 | 22 |
| Octal | 110 | 147 | 126 | 36 | 0 | 21 | 74 | 223 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1010110 | 11110 | 0 | 10001 | 111100 | 10010011 | 10010 | 100010 |
Color Harmonies of #486756
Complementary color
Monochromatic Colors of #486756
Black with #486756
Text Example
Text Example
White with #486756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486756; }
p { color: rgb(72,103,86); }
H1.HeaderClassName
{
color: #486756;
}
.AnyTagClassName
{
color: #486756;
}
</style>
background-color css
<style>
a { background-color: #486756; }
a { background-color: rgb(72,103,86); }
div.DivClassName
{
background-color: #486756;
}
.BgClassName
{
background-color: #486756;
}
</style>
border-color css
<style>
span { border-color: #486756; }
span { border-color: rgb(72,103,86); }
td.TdClassName
{
border-color: #486756;
}
.TagClassName
{
border-color: #486756;
}
</style>