Shades of Viridian #488370
Tints of Viridian #488370
RGB
CMYK
RGB Variations
Color information
#488370 (or 0x488370) is known color: Viridian. HEX triplet: 48, 83 and 70. RGB value is (72,131,112). Sum of RGB (Red+Green+Blue) = 72+131+112=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #488370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488370 is #B77C8F. Grayscale: #6F6F6F. Windows color (decimal): -12024976 or 7373640. OLE color: 7373640.
HSL color Cylindrical-coordinate representation of color #488370: hue angle of 160.68º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488370 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 112 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.49 |
| HSL | 160.68º | 0.29% | 0.4% | - |
| HSV(B) | 160.68º | 0.45% | 0.51% | - |
| XYZ | 13.71 | 18.78 | 18.23 | - |
| YUV | 111.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 112 | 0.45 | 0 | 0.15 | 0.49 | 160.68 | 0.29 | 0.4 |
| Hex | 48 | 83 | 70 | 2D | 0 | F | 31 | A1 | 1D | 28 |
| Octal | 110 | 203 | 160 | 55 | 0 | 17 | 61 | 241 | 35 | 50 |
| Binary | 1001000 | 10000011 | 1110000 | 101101 | 0 | 1111 | 110001 | 10100001 | 11101 | 101000 |
Color Harmonies of #488370
Complementary color
Monochromatic Colors of #488370
Black with #488370
Text Example
Text Example
White with #488370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488370; }
p { color: rgb(72,131,112); }
H1.HeaderClassName
{
color: #488370;
}
.AnyTagClassName
{
color: #488370;
}
</style>
background-color css
<style>
a { background-color: #488370; }
a { background-color: rgb(72,131,112); }
div.DivClassName
{
background-color: #488370;
}
.BgClassName
{
background-color: #488370;
}
</style>
border-color css
<style>
span { border-color: #488370; }
span { border-color: rgb(72,131,112); }
td.TdClassName
{
border-color: #488370;
}
.TagClassName
{
border-color: #488370;
}
</style>