Shades of Viridian Green #486656
Tints of Viridian Green #486656
RGB
CMYK
RGB Variations
Color information
#486656 (or 0x486656) is known color: Viridian Green. HEX triplet: 48, 66 and 56. RGB value is (72,102,86). Sum of RGB (Red+Green+Blue) = 72+102+86=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #486656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486656 is #B799A9. Grayscale: #5B5B5B. Windows color (decimal): -12032426 or 5662280. OLE color: 5662280.
HSL color Cylindrical-coordinate representation of color #486656: hue angle of 148º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486656 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 86 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.6 |
| HSL | 148º | 0.17% | 0.34% | - |
| HSV(B) | 148º | 0.29% | 0.4% | - |
| XYZ | 9.1 | 11.55 | 10.55 | - |
| YUV | 91.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 86 | 0.29 | 0 | 0.16 | 0.6 | 148 | 0.17 | 0.34 |
| Hex | 48 | 66 | 56 | 1D | 0 | 10 | 3C | 94 | 11 | 22 |
| Octal | 110 | 146 | 126 | 35 | 0 | 20 | 74 | 224 | 21 | 42 |
| Binary | 1001000 | 1100110 | 1010110 | 11101 | 0 | 10000 | 111100 | 10010100 | 10001 | 100010 |
Color Harmonies of #486656
Complementary color
Monochromatic Colors of #486656
Black with #486656
Text Example
Text Example
White with #486656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486656; }
p { color: rgb(72,102,86); }
H1.HeaderClassName
{
color: #486656;
}
.AnyTagClassName
{
color: #486656;
}
</style>
background-color css
<style>
a { background-color: #486656; }
a { background-color: rgb(72,102,86); }
div.DivClassName
{
background-color: #486656;
}
.BgClassName
{
background-color: #486656;
}
</style>
border-color css
<style>
span { border-color: #486656; }
span { border-color: rgb(72,102,86); }
td.TdClassName
{
border-color: #486656;
}
.TagClassName
{
border-color: #486656;
}
</style>