Shades of Viridian #488069
Tints of Viridian #488069
RGB
CMYK
RGB Variations
Color information
#488069 (or 0x488069) is known color: Viridian. HEX triplet: 48, 80 and 69. RGB value is (72,128,105). Sum of RGB (Red+Green+Blue) = 72+128+105=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #488069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488069 is #B77F96. Grayscale: #6C6C6C. Windows color (decimal): -12025751 or 6914120. OLE color: 6914120.
HSL color Cylindrical-coordinate representation of color #488069: hue angle of 155.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488069 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 128 | 105 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.50 |
| HSL | 155.36º | 0.28% | 0.39% | - |
| HSV(B) | 155.36º | 0.44% | 0.5% | - |
| XYZ | 12.94 | 17.84 | 16.13 | - |
| YUV | 108.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 105 | 0.44 | 0 | 0.18 | 0.50 | 155.36 | 0.28 | 0.39 |
| Hex | 48 | 80 | 69 | 2C | 0 | 12 | 32 | 9B | 1C | 27 |
| Octal | 110 | 200 | 151 | 54 | 0 | 22 | 62 | 233 | 34 | 47 |
| Binary | 1001000 | 10000000 | 1101001 | 101100 | 0 | 10010 | 110010 | 10011011 | 11100 | 100111 |
Color Harmonies of #488069
Complementary color
Monochromatic Colors of #488069
Black with #488069
Text Example
Text Example
White with #488069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488069; }
p { color: rgb(72,128,105); }
H1.HeaderClassName
{
color: #488069;
}
.AnyTagClassName
{
color: #488069;
}
</style>
background-color css
<style>
a { background-color: #488069; }
a { background-color: rgb(72,128,105); }
div.DivClassName
{
background-color: #488069;
}
.BgClassName
{
background-color: #488069;
}
</style>
border-color css
<style>
span { border-color: #488069; }
span { border-color: rgb(72,128,105); }
td.TdClassName
{
border-color: #488069;
}
.TagClassName
{
border-color: #488069;
}
</style>