Shades of Viridian #487663
Tints of Viridian #487663
RGB
CMYK
RGB Variations
Color information
#487663 (or 0x487663) is known color: Viridian. HEX triplet: 48, 76 and 63. RGB value is (72,118,99). Sum of RGB (Red+Green+Blue) = 72+118+99=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #487663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487663 is #B7899C. Grayscale: #666666. Windows color (decimal): -12028317 or 6518344. OLE color: 6518344.
HSL color Cylindrical-coordinate representation of color #487663: hue angle of 155.22º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487663 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 99 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.54 |
| HSL | 155.22º | 0.24% | 0.37% | - |
| HSV(B) | 155.22º | 0.39% | 0.46% | - |
| XYZ | 11.4 | 15.24 | 14.14 | - |
| YUV | 102.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 99 | 0.39 | 0 | 0.16 | 0.54 | 155.22 | 0.24 | 0.37 |
| Hex | 48 | 76 | 63 | 27 | 0 | 10 | 36 | 9B | 18 | 25 |
| Octal | 110 | 166 | 143 | 47 | 0 | 20 | 66 | 233 | 30 | 45 |
| Binary | 1001000 | 1110110 | 1100011 | 100111 | 0 | 10000 | 110110 | 10011011 | 11000 | 100101 |
Color Harmonies of #487663
Complementary color
Monochromatic Colors of #487663
Black with #487663
Text Example
Text Example
White with #487663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487663; }
p { color: rgb(72,118,99); }
H1.HeaderClassName
{
color: #487663;
}
.AnyTagClassName
{
color: #487663;
}
</style>
background-color css
<style>
a { background-color: #487663; }
a { background-color: rgb(72,118,99); }
div.DivClassName
{
background-color: #487663;
}
.BgClassName
{
background-color: #487663;
}
</style>
border-color css
<style>
span { border-color: #487663; }
span { border-color: rgb(72,118,99); }
td.TdClassName
{
border-color: #487663;
}
.TagClassName
{
border-color: #487663;
}
</style>