Shades of Viridian #488166
Tints of Viridian #488166
RGB
CMYK
RGB Variations
Color information
#488166 (or 0x488166) is known color: Viridian. HEX triplet: 48, 81 and 66. RGB value is (72,129,102). Sum of RGB (Red+Green+Blue) = 72+129+102=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #488166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488166 is #B77E99. Grayscale: #6C6C6C. Windows color (decimal): -12025498 or 6717768. OLE color: 6717768.
HSL color Cylindrical-coordinate representation of color #488166: hue angle of 151.58º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488166 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 102 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.49 |
| HSL | 151.58º | 0.28% | 0.39% | - |
| HSV(B) | 151.58º | 0.44% | 0.51% | - |
| XYZ | 12.92 | 18.04 | 15.37 | - |
| YUV | 108.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 102 | 0.44 | 0 | 0.21 | 0.49 | 151.58 | 0.28 | 0.39 |
| Hex | 48 | 81 | 66 | 2C | 0 | 15 | 31 | 98 | 1C | 27 |
| Octal | 110 | 201 | 146 | 54 | 0 | 25 | 61 | 230 | 34 | 47 |
| Binary | 1001000 | 10000001 | 1100110 | 101100 | 0 | 10101 | 110001 | 10011000 | 11100 | 100111 |
Color Harmonies of #488166
Complementary color
Monochromatic Colors of #488166
Black with #488166
Text Example
Text Example
White with #488166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488166; }
p { color: rgb(72,129,102); }
H1.HeaderClassName
{
color: #488166;
}
.AnyTagClassName
{
color: #488166;
}
</style>
background-color css
<style>
a { background-color: #488166; }
a { background-color: rgb(72,129,102); }
div.DivClassName
{
background-color: #488166;
}
.BgClassName
{
background-color: #488166;
}
</style>
border-color css
<style>
span { border-color: #488166; }
span { border-color: rgb(72,129,102); }
td.TdClassName
{
border-color: #488166;
}
.TagClassName
{
border-color: #488166;
}
</style>