Shades of Viridian #487B64
Tints of Viridian #487B64
RGB
CMYK
RGB Variations
Color information
#487B64 (or 0x487B64) is known color: Viridian. HEX triplet: 48, 7B and 64. RGB value is (72,123,100). Sum of RGB (Red+Green+Blue) = 72+123+100=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #487B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B64 is #B7849B. Grayscale: #696969. Windows color (decimal): -12027036 or 6585160. OLE color: 6585160.
HSL color Cylindrical-coordinate representation of color #487B64: hue angle of 152.94º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487B64 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 100 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.52 |
| HSL | 152.94º | 0.26% | 0.38% | - |
| HSV(B) | 152.94º | 0.41% | 0.48% | - |
| XYZ | 12.06 | 16.46 | 14.6 | - |
| YUV | 105.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 100 | 0.41 | 0 | 0.19 | 0.52 | 152.94 | 0.26 | 0.38 |
| Hex | 48 | 7B | 64 | 29 | 0 | 13 | 34 | 99 | 1A | 26 |
| Octal | 110 | 173 | 144 | 51 | 0 | 23 | 64 | 231 | 32 | 46 |
| Binary | 1001000 | 1111011 | 1100100 | 101001 | 0 | 10011 | 110100 | 10011001 | 11010 | 100110 |
Color Harmonies of #487B64
Complementary color
Monochromatic Colors of #487B64
Black with #487B64
Text Example
Text Example
White with #487B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B64; }
p { color: rgb(72,123,100); }
H1.HeaderClassName
{
color: #487B64;
}
.AnyTagClassName
{
color: #487B64;
}
</style>
background-color css
<style>
a { background-color: #487B64; }
a { background-color: rgb(72,123,100); }
div.DivClassName
{
background-color: #487B64;
}
.BgClassName
{
background-color: #487B64;
}
</style>
border-color css
<style>
span { border-color: #487B64; }
span { border-color: rgb(72,123,100); }
td.TdClassName
{
border-color: #487B64;
}
.TagClassName
{
border-color: #487B64;
}
</style>