Shades of Viridian #448470
Tints of Viridian #448470
RGB
CMYK
RGB Variations
Color information
#448470 (or 0x448470) is known color: Viridian. HEX triplet: 44, 84 and 70. RGB value is (68,132,112). Sum of RGB (Red+Green+Blue) = 68+132+112=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #448470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448470 is #BB7B8F. Grayscale: #6E6E6E. Windows color (decimal): -12286864 or 7373892. OLE color: 7373892.
HSL color Cylindrical-coordinate representation of color #448470: hue angle of 161.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448470 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 112 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.48 |
| HSL | 161.25º | 0.32% | 0.39% | - |
| HSV(B) | 161.25º | 0.48% | 0.52% | - |
| XYZ | 13.56 | 18.9 | 18.26 | - |
| YUV | 110.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 112 | 0.48 | 0 | 0.15 | 0.48 | 161.25 | 0.32 | 0.39 |
| Hex | 44 | 84 | 70 | 30 | 0 | F | 30 | A1 | 20 | 27 |
| Octal | 104 | 204 | 160 | 60 | 0 | 17 | 60 | 241 | 40 | 47 |
| Binary | 1000100 | 10000100 | 1110000 | 110000 | 0 | 1111 | 110000 | 10100001 | 100000 | 100111 |
Color Harmonies of #448470
Complementary color
Monochromatic Colors of #448470
Black with #448470
Text Example
Text Example
White with #448470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448470; }
p { color: rgb(68,132,112); }
H1.HeaderClassName
{
color: #448470;
}
.AnyTagClassName
{
color: #448470;
}
</style>
background-color css
<style>
a { background-color: #448470; }
a { background-color: rgb(68,132,112); }
div.DivClassName
{
background-color: #448470;
}
.BgClassName
{
background-color: #448470;
}
</style>
border-color css
<style>
span { border-color: #448470; }
span { border-color: rgb(68,132,112); }
td.TdClassName
{
border-color: #448470;
}
.TagClassName
{
border-color: #448470;
}
</style>