Shades of Viridian #488567
Tints of Viridian #488567
RGB
CMYK
RGB Variations
Color information
#488567 (or 0x488567) is known color: Viridian. HEX triplet: 48, 85 and 67. RGB value is (72,133,103). Sum of RGB (Red+Green+Blue) = 72+133+103=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #488567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488567 is #B77A98. Grayscale: #6F6F6F. Windows color (decimal): -12024473 or 6784328. OLE color: 6784328.
HSL color Cylindrical-coordinate representation of color #488567: hue angle of 150.49º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488567 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 103 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.48 |
| HSL | 150.49º | 0.3% | 0.4% | - |
| HSV(B) | 150.49º | 0.46% | 0.52% | - |
| XYZ | 13.51 | 19.13 | 15.81 | - |
| YUV | 111.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 103 | 0.46 | 0 | 0.23 | 0.48 | 150.49 | 0.3 | 0.4 |
| Hex | 48 | 85 | 67 | 2E | 0 | 17 | 30 | 96 | 1E | 28 |
| Octal | 110 | 205 | 147 | 56 | 0 | 27 | 60 | 226 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1100111 | 101110 | 0 | 10111 | 110000 | 10010110 | 11110 | 101000 |
Color Harmonies of #488567
Complementary color
Monochromatic Colors of #488567
Black with #488567
Text Example
Text Example
White with #488567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488567; }
p { color: rgb(72,133,103); }
H1.HeaderClassName
{
color: #488567;
}
.AnyTagClassName
{
color: #488567;
}
</style>
background-color css
<style>
a { background-color: #488567; }
a { background-color: rgb(72,133,103); }
div.DivClassName
{
background-color: #488567;
}
.BgClassName
{
background-color: #488567;
}
</style>
border-color css
<style>
span { border-color: #488567; }
span { border-color: rgb(72,133,103); }
td.TdClassName
{
border-color: #488567;
}
.TagClassName
{
border-color: #488567;
}
</style>