Shades of Viridian #488568
Tints of Viridian #488568
RGB
CMYK
RGB Variations
Color information
#488568 (or 0x488568) is known color: Viridian. HEX triplet: 48, 85 and 68. RGB value is (72,133,104). Sum of RGB (Red+Green+Blue) = 72+133+104=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #488568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488568 is #B77A97. Grayscale: #6F6F6F. Windows color (decimal): -12024472 or 6849864. OLE color: 6849864.
HSL color Cylindrical-coordinate representation of color #488568: hue angle of 151.48º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488568 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 104 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.48 |
| HSL | 151.48º | 0.3% | 0.4% | - |
| HSV(B) | 151.48º | 0.46% | 0.52% | - |
| XYZ | 13.56 | 19.15 | 16.08 | - |
| YUV | 111.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 104 | 0.46 | 0 | 0.22 | 0.48 | 151.48 | 0.3 | 0.4 |
| Hex | 48 | 85 | 68 | 2E | 0 | 16 | 30 | 97 | 1E | 28 |
| Octal | 110 | 205 | 150 | 56 | 0 | 26 | 60 | 227 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1101000 | 101110 | 0 | 10110 | 110000 | 10010111 | 11110 | 101000 |
Color Harmonies of #488568
Complementary color
Monochromatic Colors of #488568
Black with #488568
Text Example
Text Example
White with #488568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488568; }
p { color: rgb(72,133,104); }
H1.HeaderClassName
{
color: #488568;
}
.AnyTagClassName
{
color: #488568;
}
</style>
background-color css
<style>
a { background-color: #488568; }
a { background-color: rgb(72,133,104); }
div.DivClassName
{
background-color: #488568;
}
.BgClassName
{
background-color: #488568;
}
</style>
border-color css
<style>
span { border-color: #488568; }
span { border-color: rgb(72,133,104); }
td.TdClassName
{
border-color: #488568;
}
.TagClassName
{
border-color: #488568;
}
</style>