Shades of Viridian #488A68
Tints of Viridian #488A68
RGB
CMYK
RGB Variations
Color information
#488A68 (or 0x488A68) is known color: Viridian. HEX triplet: 48, 8A and 68. RGB value is (72,138,104). Sum of RGB (Red+Green+Blue) = 72+138+104=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #488A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A68 is #B77597. Grayscale: #727272. Windows color (decimal): -12023192 or 6851144. OLE color: 6851144.
HSL color Cylindrical-coordinate representation of color #488A68: hue angle of 149.09º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A68 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 104 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.46 |
| HSL | 149.09º | 0.31% | 0.41% | - |
| HSV(B) | 149.09º | 0.48% | 0.54% | - |
| XYZ | 14.26 | 20.55 | 16.31 | - |
| YUV | 114.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 104 | 0.48 | 0 | 0.25 | 0.46 | 149.09 | 0.31 | 0.41 |
| Hex | 48 | 8A | 68 | 30 | 0 | 19 | 2E | 95 | 1F | 29 |
| Octal | 110 | 212 | 150 | 60 | 0 | 31 | 56 | 225 | 37 | 51 |
| Binary | 1001000 | 10001010 | 1101000 | 110000 | 0 | 11001 | 101110 | 10010101 | 11111 | 101001 |
Color Harmonies of #488A68
Complementary color
Monochromatic Colors of #488A68
Black with #488A68
Text Example
Text Example
White with #488A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A68; }
p { color: rgb(72,138,104); }
H1.HeaderClassName
{
color: #488A68;
}
.AnyTagClassName
{
color: #488A68;
}
</style>
background-color css
<style>
a { background-color: #488A68; }
a { background-color: rgb(72,138,104); }
div.DivClassName
{
background-color: #488A68;
}
.BgClassName
{
background-color: #488A68;
}
</style>
border-color css
<style>
span { border-color: #488A68; }
span { border-color: rgb(72,138,104); }
td.TdClassName
{
border-color: #488A68;
}
.TagClassName
{
border-color: #488A68;
}
</style>