Shades of Viridian #448770
Tints of Viridian #448770
RGB
CMYK
RGB Variations
Color information
#448770 (or 0x448770) is known color: Viridian. HEX triplet: 44, 87 and 70. RGB value is (68,135,112). Sum of RGB (Red+Green+Blue) = 68+135+112=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #448770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448770 is #BB788F. Grayscale: #707070. Windows color (decimal): -12286096 or 7374660. OLE color: 7374660.
HSL color Cylindrical-coordinate representation of color #448770: hue angle of 159.4º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448770 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 135 | 112 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.47 |
| HSL | 159.4º | 0.33% | 0.4% | - |
| HSV(B) | 159.4º | 0.5% | 0.53% | - |
| XYZ | 13.97 | 19.73 | 18.4 | - |
| YUV | 112.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 112 | 0.50 | 0 | 0.17 | 0.47 | 159.4 | 0.33 | 0.4 |
| Hex | 44 | 87 | 70 | 32 | 0 | 11 | 2F | 9F | 21 | 28 |
| Octal | 104 | 207 | 160 | 62 | 0 | 21 | 57 | 237 | 41 | 50 |
| Binary | 1000100 | 10000111 | 1110000 | 110010 | 0 | 10001 | 101111 | 10011111 | 100001 | 101000 |
Color Harmonies of #448770
Complementary color
Monochromatic Colors of #448770
Black with #448770
Text Example
Text Example
White with #448770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448770; }
p { color: rgb(68,135,112); }
H1.HeaderClassName
{
color: #448770;
}
.AnyTagClassName
{
color: #448770;
}
</style>
background-color css
<style>
a { background-color: #448770; }
a { background-color: rgb(68,135,112); }
div.DivClassName
{
background-color: #448770;
}
.BgClassName
{
background-color: #448770;
}
</style>
border-color css
<style>
span { border-color: #448770; }
span { border-color: rgb(68,135,112); }
td.TdClassName
{
border-color: #448770;
}
.TagClassName
{
border-color: #448770;
}
</style>