Shades of Viridian #488673
Tints of Viridian #488673
RGB
CMYK
RGB Variations
Color information
#488673 (or 0x488673) is known color: Viridian. HEX triplet: 48, 86 and 73. RGB value is (72,134,115). Sum of RGB (Red+Green+Blue) = 72+134+115=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #488673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488673 is #B7798C. Grayscale: #717171. Windows color (decimal): -12024205 or 7571016. OLE color: 7571016.
HSL color Cylindrical-coordinate representation of color #488673: hue angle of 161.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488673 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 115 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.47 |
| HSL | 161.61º | 0.3% | 0.4% | - |
| HSV(B) | 161.61º | 0.46% | 0.53% | - |
| XYZ | 14.29 | 19.67 | 19.26 | - |
| YUV | 113.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 115 | 0.46 | 0 | 0.14 | 0.47 | 161.61 | 0.3 | 0.4 |
| Hex | 48 | 86 | 73 | 2E | 0 | E | 2F | A2 | 1E | 28 |
| Octal | 110 | 206 | 163 | 56 | 0 | 16 | 57 | 242 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1110011 | 101110 | 0 | 1110 | 101111 | 10100010 | 11110 | 101000 |
Color Harmonies of #488673
Complementary color
Monochromatic Colors of #488673
Black with #488673
Text Example
Text Example
White with #488673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488673; }
p { color: rgb(72,134,115); }
H1.HeaderClassName
{
color: #488673;
}
.AnyTagClassName
{
color: #488673;
}
</style>
background-color css
<style>
a { background-color: #488673; }
a { background-color: rgb(72,134,115); }
div.DivClassName
{
background-color: #488673;
}
.BgClassName
{
background-color: #488673;
}
</style>
border-color css
<style>
span { border-color: #488673; }
span { border-color: rgb(72,134,115); }
td.TdClassName
{
border-color: #488673;
}
.TagClassName
{
border-color: #488673;
}
</style>