Shades of Viridian #487965
Tints of Viridian #487965
RGB
CMYK
RGB Variations
Color information
#487965 (or 0x487965) is known color: Viridian. HEX triplet: 48, 79 and 65. RGB value is (72,121,101). Sum of RGB (Red+Green+Blue) = 72+121+101=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #487965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487965 is #B7869A. Grayscale: #686868. Windows color (decimal): -12027547 or 6650184. OLE color: 6650184.
HSL color Cylindrical-coordinate representation of color #487965: hue angle of 155.51º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487965 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 101 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.53 |
| HSL | 155.51º | 0.25% | 0.38% | - |
| HSV(B) | 155.51º | 0.4% | 0.47% | - |
| XYZ | 11.86 | 15.99 | 14.77 | - |
| YUV | 104.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 101 | 0.40 | 0 | 0.17 | 0.53 | 155.51 | 0.25 | 0.38 |
| Hex | 48 | 79 | 65 | 28 | 0 | 11 | 35 | 9C | 19 | 26 |
| Octal | 110 | 171 | 145 | 50 | 0 | 21 | 65 | 234 | 31 | 46 |
| Binary | 1001000 | 1111001 | 1100101 | 101000 | 0 | 10001 | 110101 | 10011100 | 11001 | 100110 |
Color Harmonies of #487965
Complementary color
Monochromatic Colors of #487965
Black with #487965
Text Example
Text Example
White with #487965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487965; }
p { color: rgb(72,121,101); }
H1.HeaderClassName
{
color: #487965;
}
.AnyTagClassName
{
color: #487965;
}
</style>
background-color css
<style>
a { background-color: #487965; }
a { background-color: rgb(72,121,101); }
div.DivClassName
{
background-color: #487965;
}
.BgClassName
{
background-color: #487965;
}
</style>
border-color css
<style>
span { border-color: #487965; }
span { border-color: rgb(72,121,101); }
td.TdClassName
{
border-color: #487965;
}
.TagClassName
{
border-color: #487965;
}
</style>