Shades of Viridian #488773
Tints of Viridian #488773
RGB
CMYK
RGB Variations
Color information
#488773 (or 0x488773) is known color: Viridian. HEX triplet: 48, 87 and 73. RGB value is (72,135,115). Sum of RGB (Red+Green+Blue) = 72+135+115=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #488773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488773 is #B7788C. Grayscale: #717171. Windows color (decimal): -12023949 or 7571272. OLE color: 7571272.
HSL color Cylindrical-coordinate representation of color #488773: hue angle of 160.95º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488773 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 115 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.47 |
| HSL | 160.95º | 0.3% | 0.41% | - |
| HSV(B) | 160.95º | 0.47% | 0.53% | - |
| XYZ | 14.43 | 19.94 | 19.31 | - |
| YUV | 113.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 115 | 0.47 | 0 | 0.15 | 0.47 | 160.95 | 0.3 | 0.41 |
| Hex | 48 | 87 | 73 | 2F | 0 | F | 2F | A1 | 1E | 29 |
| Octal | 110 | 207 | 163 | 57 | 0 | 17 | 57 | 241 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1110011 | 101111 | 0 | 1111 | 101111 | 10100001 | 11110 | 101001 |
Color Harmonies of #488773
Complementary color
Monochromatic Colors of #488773
Black with #488773
Text Example
Text Example
White with #488773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488773; }
p { color: rgb(72,135,115); }
H1.HeaderClassName
{
color: #488773;
}
.AnyTagClassName
{
color: #488773;
}
</style>
background-color css
<style>
a { background-color: #488773; }
a { background-color: rgb(72,135,115); }
div.DivClassName
{
background-color: #488773;
}
.BgClassName
{
background-color: #488773;
}
</style>
border-color css
<style>
span { border-color: #488773; }
span { border-color: rgb(72,135,115); }
td.TdClassName
{
border-color: #488773;
}
.TagClassName
{
border-color: #488773;
}
</style>