Shades of Viridian #487867
Tints of Viridian #487867
RGB
CMYK
RGB Variations
Color information
#487867 (or 0x487867) is known color: Viridian. HEX triplet: 48, 78 and 67. RGB value is (72,120,103). Sum of RGB (Red+Green+Blue) = 72+120+103=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #487867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487867 is #B78798. Grayscale: #676767. Windows color (decimal): -12027801 or 6781000. OLE color: 6781000.
HSL color Cylindrical-coordinate representation of color #487867: hue angle of 158.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487867 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 103 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.53 |
| HSL | 158.75º | 0.25% | 0.38% | - |
| HSV(B) | 158.75º | 0.4% | 0.47% | - |
| XYZ | 11.84 | 15.79 | 15.26 | - |
| YUV | 103.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 103 | 0.40 | 0 | 0.14 | 0.53 | 158.75 | 0.25 | 0.38 |
| Hex | 48 | 78 | 67 | 28 | 0 | E | 35 | 9F | 19 | 26 |
| Octal | 110 | 170 | 147 | 50 | 0 | 16 | 65 | 237 | 31 | 46 |
| Binary | 1001000 | 1111000 | 1100111 | 101000 | 0 | 1110 | 110101 | 10011111 | 11001 | 100110 |
Color Harmonies of #487867
Complementary color
Monochromatic Colors of #487867
Black with #487867
Text Example
Text Example
White with #487867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487867; }
p { color: rgb(72,120,103); }
H1.HeaderClassName
{
color: #487867;
}
.AnyTagClassName
{
color: #487867;
}
</style>
background-color css
<style>
a { background-color: #487867; }
a { background-color: rgb(72,120,103); }
div.DivClassName
{
background-color: #487867;
}
.BgClassName
{
background-color: #487867;
}
</style>
border-color css
<style>
span { border-color: #487867; }
span { border-color: rgb(72,120,103); }
td.TdClassName
{
border-color: #487867;
}
.TagClassName
{
border-color: #487867;
}
</style>