Shades of Viridian #487C69
Tints of Viridian #487C69
RGB
CMYK
RGB Variations
Color information
#487C69 (or 0x487C69) is known color: Viridian. HEX triplet: 48, 7C and 69. RGB value is (72,124,105). Sum of RGB (Red+Green+Blue) = 72+124+105=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #487C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C69 is #B78396. Grayscale: #6A6A6A. Windows color (decimal): -12026775 or 6913096. OLE color: 6913096.
HSL color Cylindrical-coordinate representation of color #487C69: hue angle of 158.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C69 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 105 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.51 |
| HSL | 158.08º | 0.27% | 0.38% | - |
| HSV(B) | 158.08º | 0.42% | 0.49% | - |
| XYZ | 12.43 | 16.81 | 15.95 | - |
| YUV | 106.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 105 | 0.42 | 0 | 0.15 | 0.51 | 158.08 | 0.27 | 0.38 |
| Hex | 48 | 7C | 69 | 2A | 0 | F | 33 | 9E | 1B | 26 |
| Octal | 110 | 174 | 151 | 52 | 0 | 17 | 63 | 236 | 33 | 46 |
| Binary | 1001000 | 1111100 | 1101001 | 101010 | 0 | 1111 | 110011 | 10011110 | 11011 | 100110 |
Color Harmonies of #487C69
Complementary color
Monochromatic Colors of #487C69
Black with #487C69
Text Example
Text Example
White with #487C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C69; }
p { color: rgb(72,124,105); }
H1.HeaderClassName
{
color: #487C69;
}
.AnyTagClassName
{
color: #487C69;
}
</style>
background-color css
<style>
a { background-color: #487C69; }
a { background-color: rgb(72,124,105); }
div.DivClassName
{
background-color: #487C69;
}
.BgClassName
{
background-color: #487C69;
}
</style>
border-color css
<style>
span { border-color: #487C69; }
span { border-color: rgb(72,124,105); }
td.TdClassName
{
border-color: #487C69;
}
.TagClassName
{
border-color: #487C69;
}
</style>