Shades of Viridian #488775
Tints of Viridian #488775
RGB
CMYK
RGB Variations
Color information
#488775 (or 0x488775) is known color: Viridian. HEX triplet: 48, 87 and 75. RGB value is (72,135,117). Sum of RGB (Red+Green+Blue) = 72+135+117=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #488775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488775 is #B7788A. Grayscale: #727272. Windows color (decimal): -12023947 or 7702344. OLE color: 7702344.
HSL color Cylindrical-coordinate representation of color #488775: hue angle of 162.86º 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 #488775 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 117 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.47 |
| HSL | 162.86º | 0.3% | 0.41% | - |
| HSV(B) | 162.86º | 0.47% | 0.53% | - |
| XYZ | 14.55 | 19.99 | 19.92 | - |
| YUV | 114.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 117 | 0.47 | 0 | 0.13 | 0.47 | 162.86 | 0.3 | 0.41 |
| Hex | 48 | 87 | 75 | 2F | 0 | D | 2F | A3 | 1E | 29 |
| Octal | 110 | 207 | 165 | 57 | 0 | 15 | 57 | 243 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1110101 | 101111 | 0 | 1101 | 101111 | 10100011 | 11110 | 101001 |
Color Harmonies of #488775
Complementary color
Monochromatic Colors of #488775
Black with #488775
Text Example
Text Example
White with #488775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488775; }
p { color: rgb(72,135,117); }
H1.HeaderClassName
{
color: #488775;
}
.AnyTagClassName
{
color: #488775;
}
</style>
background-color css
<style>
a { background-color: #488775; }
a { background-color: rgb(72,135,117); }
div.DivClassName
{
background-color: #488775;
}
.BgClassName
{
background-color: #488775;
}
</style>
border-color css
<style>
span { border-color: #488775; }
span { border-color: rgb(72,135,117); }
td.TdClassName
{
border-color: #488775;
}
.TagClassName
{
border-color: #488775;
}
</style>