Shades of Viridian #488D6E
Tints of Viridian #488D6E
RGB
CMYK
RGB Variations
Color information
#488D6E (or 0x488D6E) is known color: Viridian. HEX triplet: 48, 8D and 6E. RGB value is (72,141,110). Sum of RGB (Red+Green+Blue) = 72+141+110=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #488D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D6E is #B77291. Grayscale: #747474. Windows color (decimal): -12022418 or 7245128. OLE color: 7245128.
HSL color Cylindrical-coordinate representation of color #488D6E: hue angle of 153.04º 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 #488D6E is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 110 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.45 |
| HSL | 153.04º | 0.32% | 0.42% | - |
| HSV(B) | 153.04º | 0.49% | 0.55% | - |
| XYZ | 15.01 | 21.55 | 18.12 | - |
| YUV | 116.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 110 | 0.49 | 0 | 0.22 | 0.45 | 153.04 | 0.32 | 0.42 |
| Hex | 48 | 8D | 6E | 31 | 0 | 16 | 2D | 99 | 20 | 2A |
| Octal | 110 | 215 | 156 | 61 | 0 | 26 | 55 | 231 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1101110 | 110001 | 0 | 10110 | 101101 | 10011001 | 100000 | 101010 |
Color Harmonies of #488D6E
Complementary color
Monochromatic Colors of #488D6E
Black with #488D6E
Text Example
Text Example
White with #488D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D6E; }
p { color: rgb(72,141,110); }
H1.HeaderClassName
{
color: #488D6E;
}
.AnyTagClassName
{
color: #488D6E;
}
</style>
background-color css
<style>
a { background-color: #488D6E; }
a { background-color: rgb(72,141,110); }
div.DivClassName
{
background-color: #488D6E;
}
.BgClassName
{
background-color: #488D6E;
}
</style>
border-color css
<style>
span { border-color: #488D6E; }
span { border-color: rgb(72,141,110); }
td.TdClassName
{
border-color: #488D6E;
}
.TagClassName
{
border-color: #488D6E;
}
</style>