Shades of Viridian #488967
Tints of Viridian #488967
RGB
CMYK
RGB Variations
Color information
#488967 (or 0x488967) is known color: Viridian. HEX triplet: 48, 89 and 67. RGB value is (72,137,103). Sum of RGB (Red+Green+Blue) = 72+137+103=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #488967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488967 is #B77698. Grayscale: #717171. Windows color (decimal): -12023449 or 6785352. OLE color: 6785352.
HSL color Cylindrical-coordinate representation of color #488967: hue angle of 148.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488967 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 103 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.46 |
| HSL | 148.62º | 0.31% | 0.41% | - |
| HSV(B) | 148.62º | 0.47% | 0.54% | - |
| XYZ | 14.07 | 20.25 | 16 | - |
| YUV | 113.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 103 | 0.47 | 0 | 0.25 | 0.46 | 148.62 | 0.31 | 0.41 |
| Hex | 48 | 89 | 67 | 2F | 0 | 19 | 2E | 95 | 1F | 29 |
| Octal | 110 | 211 | 147 | 57 | 0 | 31 | 56 | 225 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1100111 | 101111 | 0 | 11001 | 101110 | 10010101 | 11111 | 101001 |
Color Harmonies of #488967
Complementary color
Monochromatic Colors of #488967
Black with #488967
Text Example
Text Example
White with #488967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488967; }
p { color: rgb(72,137,103); }
H1.HeaderClassName
{
color: #488967;
}
.AnyTagClassName
{
color: #488967;
}
</style>
background-color css
<style>
a { background-color: #488967; }
a { background-color: rgb(72,137,103); }
div.DivClassName
{
background-color: #488967;
}
.BgClassName
{
background-color: #488967;
}
</style>
border-color css
<style>
span { border-color: #488967; }
span { border-color: rgb(72,137,103); }
td.TdClassName
{
border-color: #488967;
}
.TagClassName
{
border-color: #488967;
}
</style>