Shades of Viridian #488268
Tints of Viridian #488268
RGB
CMYK
RGB Variations
Color information
#488268 (or 0x488268) is known color: Viridian. HEX triplet: 48, 82 and 68. RGB value is (72,130,104). Sum of RGB (Red+Green+Blue) = 72+130+104=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #488268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488268 is #B77D97. Grayscale: #6D6D6D. Windows color (decimal): -12025240 or 6849096. OLE color: 6849096.
HSL color Cylindrical-coordinate representation of color #488268: hue angle of 153.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488268 is Cyan = 0.45, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 104 | - |
| CMYK | 0.45 | 0 | 0.2 | 0.49 |
| HSL | 153.1º | 0.29% | 0.4% | - |
| HSV(B) | 153.1º | 0.45% | 0.51% | - |
| XYZ | 13.15 | 18.34 | 15.94 | - |
| YUV | 109.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 104 | 0.45 | 0 | 0.2 | 0.49 | 153.1 | 0.29 | 0.4 |
| Hex | 48 | 82 | 68 | 2D | 0 | 14 | 31 | 99 | 1D | 28 |
| Octal | 110 | 202 | 150 | 55 | 0 | 24 | 61 | 231 | 35 | 50 |
| Binary | 1001000 | 10000010 | 1101000 | 101101 | 0 | 10100 | 110001 | 10011001 | 11101 | 101000 |
Color Harmonies of #488268
Complementary color
Monochromatic Colors of #488268
Black with #488268
Text Example
Text Example
White with #488268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488268; }
p { color: rgb(72,130,104); }
H1.HeaderClassName
{
color: #488268;
}
.AnyTagClassName
{
color: #488268;
}
</style>
background-color css
<style>
a { background-color: #488268; }
a { background-color: rgb(72,130,104); }
div.DivClassName
{
background-color: #488268;
}
.BgClassName
{
background-color: #488268;
}
</style>
border-color css
<style>
span { border-color: #488268; }
span { border-color: rgb(72,130,104); }
td.TdClassName
{
border-color: #488268;
}
.TagClassName
{
border-color: #488268;
}
</style>