Shades of Viridian #488D69
Tints of Viridian #488D69
RGB
CMYK
RGB Variations
Color information
#488D69 (or 0x488D69) is known color: Viridian. HEX triplet: 48, 8D and 69. RGB value is (72,141,105). Sum of RGB (Red+Green+Blue) = 72+141+105=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #488D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D69 is #B77296. Grayscale: #747474. Windows color (decimal): -12022423 or 6917448. OLE color: 6917448.
HSL color Cylindrical-coordinate representation of color #488D69: hue angle of 148.7º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D69 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 105 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.45 |
| HSL | 148.7º | 0.32% | 0.42% | - |
| HSV(B) | 148.7º | 0.49% | 0.55% | - |
| XYZ | 14.75 | 21.45 | 16.73 | - |
| YUV | 116.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 105 | 0.49 | 0 | 0.26 | 0.45 | 148.7 | 0.32 | 0.42 |
| Hex | 48 | 8D | 69 | 31 | 0 | 1A | 2D | 95 | 20 | 2A |
| Octal | 110 | 215 | 151 | 61 | 0 | 32 | 55 | 225 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1101001 | 110001 | 0 | 11010 | 101101 | 10010101 | 100000 | 101010 |
Color Harmonies of #488D69
Complementary color
Monochromatic Colors of #488D69
Black with #488D69
Text Example
Text Example
White with #488D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D69; }
p { color: rgb(72,141,105); }
H1.HeaderClassName
{
color: #488D69;
}
.AnyTagClassName
{
color: #488D69;
}
</style>
background-color css
<style>
a { background-color: #488D69; }
a { background-color: rgb(72,141,105); }
div.DivClassName
{
background-color: #488D69;
}
.BgClassName
{
background-color: #488D69;
}
</style>
border-color css
<style>
span { border-color: #488D69; }
span { border-color: rgb(72,141,105); }
td.TdClassName
{
border-color: #488D69;
}
.TagClassName
{
border-color: #488D69;
}
</style>