Shades of Viridian Green #486355
Tints of Viridian Green #486355
RGB
CMYK
RGB Variations
Color information
#486355 (or 0x486355) is known color: Viridian Green. HEX triplet: 48, 63 and 55. RGB value is (72,99,85). Sum of RGB (Red+Green+Blue) = 72+99+85=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #486355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486355 is #B79CAA. Grayscale: #595959. Windows color (decimal): -12033195 or 5595976. OLE color: 5595976.
HSL color Cylindrical-coordinate representation of color #486355: hue angle of 148.89º 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 #486355 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 85 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.61 |
| HSL | 148.89º | 0.16% | 0.34% | - |
| HSV(B) | 148.89º | 0.27% | 0.39% | - |
| XYZ | 8.77 | 10.96 | 10.25 | - |
| YUV | 89.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 85 | 0.27 | 0 | 0.14 | 0.61 | 148.89 | 0.16 | 0.34 |
| Hex | 48 | 63 | 55 | 1B | 0 | E | 3D | 95 | 10 | 22 |
| Octal | 110 | 143 | 125 | 33 | 0 | 16 | 75 | 225 | 20 | 42 |
| Binary | 1001000 | 1100011 | 1010101 | 11011 | 0 | 1110 | 111101 | 10010101 | 10000 | 100010 |
Color Harmonies of #486355
Complementary color
Monochromatic Colors of #486355
Black with #486355
Text Example
Text Example
White with #486355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486355; }
p { color: rgb(72,99,85); }
H1.HeaderClassName
{
color: #486355;
}
.AnyTagClassName
{
color: #486355;
}
</style>
background-color css
<style>
a { background-color: #486355; }
a { background-color: rgb(72,99,85); }
div.DivClassName
{
background-color: #486355;
}
.BgClassName
{
background-color: #486355;
}
</style>
border-color css
<style>
span { border-color: #486355; }
span { border-color: rgb(72,99,85); }
td.TdClassName
{
border-color: #486355;
}
.TagClassName
{
border-color: #486355;
}
</style>