Shades of Viridian #488C69
Tints of Viridian #488C69
RGB
CMYK
RGB Variations
Color information
#488C69 (or 0x488C69) is known color: Viridian. HEX triplet: 48, 8C and 69. RGB value is (72,140,105). Sum of RGB (Red+Green+Blue) = 72+140+105=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #488C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C69 is #B77396. Grayscale: #737373. Windows color (decimal): -12022679 or 6917192. OLE color: 6917192.
HSL color Cylindrical-coordinate representation of color #488C69: hue angle of 149.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C69 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 105 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.45 |
| HSL | 149.12º | 0.32% | 0.42% | - |
| HSV(B) | 149.12º | 0.49% | 0.55% | - |
| XYZ | 14.6 | 21.15 | 16.68 | - |
| YUV | 115.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 105 | 0.49 | 0 | 0.25 | 0.45 | 149.12 | 0.32 | 0.42 |
| Hex | 48 | 8C | 69 | 31 | 0 | 19 | 2D | 95 | 20 | 2A |
| Octal | 110 | 214 | 151 | 61 | 0 | 31 | 55 | 225 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1101001 | 110001 | 0 | 11001 | 101101 | 10010101 | 100000 | 101010 |
Color Harmonies of #488C69
Complementary color
Monochromatic Colors of #488C69
Black with #488C69
Text Example
Text Example
White with #488C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C69; }
p { color: rgb(72,140,105); }
H1.HeaderClassName
{
color: #488C69;
}
.AnyTagClassName
{
color: #488C69;
}
</style>
background-color css
<style>
a { background-color: #488C69; }
a { background-color: rgb(72,140,105); }
div.DivClassName
{
background-color: #488C69;
}
.BgClassName
{
background-color: #488C69;
}
</style>
border-color css
<style>
span { border-color: #488C69; }
span { border-color: rgb(72,140,105); }
td.TdClassName
{
border-color: #488C69;
}
.TagClassName
{
border-color: #488C69;
}
</style>