Shades of Viridian #487967
Tints of Viridian #487967
RGB
CMYK
RGB Variations
Color information
#487967 (or 0x487967) is known color: Viridian. HEX triplet: 48, 79 and 67. RGB value is (72,121,103). Sum of RGB (Red+Green+Blue) = 72+121+103=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #487967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487967 is #B78698. Grayscale: #686868. Windows color (decimal): -12027545 or 6781256. OLE color: 6781256.
HSL color Cylindrical-coordinate representation of color #487967: hue angle of 157.96º 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 #487967 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 103 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.53 |
| HSL | 157.96º | 0.25% | 0.38% | - |
| HSV(B) | 157.96º | 0.4% | 0.47% | - |
| XYZ | 11.96 | 16.03 | 15.3 | - |
| YUV | 104.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 103 | 0.40 | 0 | 0.15 | 0.53 | 157.96 | 0.25 | 0.38 |
| Hex | 48 | 79 | 67 | 28 | 0 | F | 35 | 9E | 19 | 26 |
| Octal | 110 | 171 | 147 | 50 | 0 | 17 | 65 | 236 | 31 | 46 |
| Binary | 1001000 | 1111001 | 1100111 | 101000 | 0 | 1111 | 110101 | 10011110 | 11001 | 100110 |
Color Harmonies of #487967
Complementary color
Monochromatic Colors of #487967
Black with #487967
Text Example
Text Example
White with #487967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487967; }
p { color: rgb(72,121,103); }
H1.HeaderClassName
{
color: #487967;
}
.AnyTagClassName
{
color: #487967;
}
</style>
background-color css
<style>
a { background-color: #487967; }
a { background-color: rgb(72,121,103); }
div.DivClassName
{
background-color: #487967;
}
.BgClassName
{
background-color: #487967;
}
</style>
border-color css
<style>
span { border-color: #487967; }
span { border-color: rgb(72,121,103); }
td.TdClassName
{
border-color: #487967;
}
.TagClassName
{
border-color: #487967;
}
</style>