Shades of Viridian #488667
Tints of Viridian #488667
RGB
CMYK
RGB Variations
Color information
#488667 (or 0x488667) is known color: Viridian. HEX triplet: 48, 86 and 67. RGB value is (72,134,103). Sum of RGB (Red+Green+Blue) = 72+134+103=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #488667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488667 is #B77998. Grayscale: #6F6F6F. Windows color (decimal): -12024217 or 6784584. OLE color: 6784584.
HSL color Cylindrical-coordinate representation of color #488667: hue angle of 150º 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 #488667 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 103 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.47 |
| HSL | 150º | 0.3% | 0.4% | - |
| HSV(B) | 150º | 0.46% | 0.53% | - |
| XYZ | 13.65 | 19.41 | 15.86 | - |
| YUV | 111.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 103 | 0.46 | 0 | 0.23 | 0.47 | 150 | 0.3 | 0.4 |
| Hex | 48 | 86 | 67 | 2E | 0 | 17 | 2F | 96 | 1E | 28 |
| Octal | 110 | 206 | 147 | 56 | 0 | 27 | 57 | 226 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1100111 | 101110 | 0 | 10111 | 101111 | 10010110 | 11110 | 101000 |
Color Harmonies of #488667
Complementary color
Monochromatic Colors of #488667
Black with #488667
Text Example
Text Example
White with #488667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488667; }
p { color: rgb(72,134,103); }
H1.HeaderClassName
{
color: #488667;
}
.AnyTagClassName
{
color: #488667;
}
</style>
background-color css
<style>
a { background-color: #488667; }
a { background-color: rgb(72,134,103); }
div.DivClassName
{
background-color: #488667;
}
.BgClassName
{
background-color: #488667;
}
</style>
border-color css
<style>
span { border-color: #488667; }
span { border-color: rgb(72,134,103); }
td.TdClassName
{
border-color: #488667;
}
.TagClassName
{
border-color: #488667;
}
</style>