Shades of Viridian #488B68
Tints of Viridian #488B68
RGB
CMYK
RGB Variations
Color information
#488B68 (or 0x488B68) is known color: Viridian. HEX triplet: 48, 8B and 68. RGB value is (72,139,104). Sum of RGB (Red+Green+Blue) = 72+139+104=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #488B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B68 is #B77497. Grayscale: #737373. Windows color (decimal): -12022936 or 6851400. OLE color: 6851400.
HSL color Cylindrical-coordinate representation of color #488B68: hue angle of 148.66º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B68 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 104 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.45 |
| HSL | 148.66º | 0.32% | 0.41% | - |
| HSV(B) | 148.66º | 0.48% | 0.55% | - |
| XYZ | 14.4 | 20.84 | 16.36 | - |
| YUV | 114.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 104 | 0.48 | 0 | 0.25 | 0.45 | 148.66 | 0.32 | 0.41 |
| Hex | 48 | 8B | 68 | 30 | 0 | 19 | 2D | 95 | 20 | 29 |
| Octal | 110 | 213 | 150 | 60 | 0 | 31 | 55 | 225 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1101000 | 110000 | 0 | 11001 | 101101 | 10010101 | 100000 | 101001 |
Color Harmonies of #488B68
Complementary color
Monochromatic Colors of #488B68
Black with #488B68
Text Example
Text Example
White with #488B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B68; }
p { color: rgb(72,139,104); }
H1.HeaderClassName
{
color: #488B68;
}
.AnyTagClassName
{
color: #488B68;
}
</style>
background-color css
<style>
a { background-color: #488B68; }
a { background-color: rgb(72,139,104); }
div.DivClassName
{
background-color: #488B68;
}
.BgClassName
{
background-color: #488B68;
}
</style>
border-color css
<style>
span { border-color: #488B68; }
span { border-color: rgb(72,139,104); }
td.TdClassName
{
border-color: #488B68;
}
.TagClassName
{
border-color: #488B68;
}
</style>