Shades of Viridian #487C6C
Tints of Viridian #487C6C
RGB
CMYK
RGB Variations
Color information
#487C6C (or 0x487C6C) is known color: Viridian. HEX triplet: 48, 7C and 6C. RGB value is (72,124,108). Sum of RGB (Red+Green+Blue) = 72+124+108=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #487C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C6C is #B78393. Grayscale: #6A6A6A. Windows color (decimal): -12026772 or 7109704. OLE color: 7109704.
HSL color Cylindrical-coordinate representation of color #487C6C: hue angle of 161.54º 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 #487C6C is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 108 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.51 |
| HSL | 161.54º | 0.27% | 0.38% | - |
| HSV(B) | 161.54º | 0.42% | 0.49% | - |
| XYZ | 12.59 | 16.88 | 16.78 | - |
| YUV | 106.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 108 | 0.42 | 0 | 0.13 | 0.51 | 161.54 | 0.27 | 0.38 |
| Hex | 48 | 7C | 6C | 2A | 0 | D | 33 | A2 | 1B | 26 |
| Octal | 110 | 174 | 154 | 52 | 0 | 15 | 63 | 242 | 33 | 46 |
| Binary | 1001000 | 1111100 | 1101100 | 101010 | 0 | 1101 | 110011 | 10100010 | 11011 | 100110 |
Color Harmonies of #487C6C
Complementary color
Monochromatic Colors of #487C6C
Black with #487C6C
Text Example
Text Example
White with #487C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C6C; }
p { color: rgb(72,124,108); }
H1.HeaderClassName
{
color: #487C6C;
}
.AnyTagClassName
{
color: #487C6C;
}
</style>
background-color css
<style>
a { background-color: #487C6C; }
a { background-color: rgb(72,124,108); }
div.DivClassName
{
background-color: #487C6C;
}
.BgClassName
{
background-color: #487C6C;
}
</style>
border-color css
<style>
span { border-color: #487C6C; }
span { border-color: rgb(72,124,108); }
td.TdClassName
{
border-color: #487C6C;
}
.TagClassName
{
border-color: #487C6C;
}
</style>