Shades of Viridian #487563
Tints of Viridian #487563
RGB
CMYK
RGB Variations
Color information
#487563 (or 0x487563) is known color: Viridian. HEX triplet: 48, 75 and 63. RGB value is (72,117,99). Sum of RGB (Red+Green+Blue) = 72+117+99=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #487563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487563 is #B78A9C. Grayscale: #656565. Windows color (decimal): -12028573 or 6518088. OLE color: 6518088.
HSL color Cylindrical-coordinate representation of color #487563: hue angle of 156º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487563 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 99 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.54 |
| HSL | 156º | 0.24% | 0.37% | - |
| HSV(B) | 156º | 0.38% | 0.46% | - |
| XYZ | 11.29 | 15 | 14.11 | - |
| YUV | 101.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 99 | 0.38 | 0 | 0.15 | 0.54 | 156 | 0.24 | 0.37 |
| Hex | 48 | 75 | 63 | 26 | 0 | F | 36 | 9C | 18 | 25 |
| Octal | 110 | 165 | 143 | 46 | 0 | 17 | 66 | 234 | 30 | 45 |
| Binary | 1001000 | 1110101 | 1100011 | 100110 | 0 | 1111 | 110110 | 10011100 | 11000 | 100101 |
Color Harmonies of #487563
Complementary color
Monochromatic Colors of #487563
Black with #487563
Text Example
Text Example
White with #487563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487563; }
p { color: rgb(72,117,99); }
H1.HeaderClassName
{
color: #487563;
}
.AnyTagClassName
{
color: #487563;
}
</style>
background-color css
<style>
a { background-color: #487563; }
a { background-color: rgb(72,117,99); }
div.DivClassName
{
background-color: #487563;
}
.BgClassName
{
background-color: #487563;
}
</style>
border-color css
<style>
span { border-color: #487563; }
span { border-color: rgb(72,117,99); }
td.TdClassName
{
border-color: #487563;
}
.TagClassName
{
border-color: #487563;
}
</style>