Shades of Viridian #448978
Tints of Viridian #448978
RGB
CMYK
RGB Variations
Color information
#448978 (or 0x448978) is known color: Viridian. HEX triplet: 44, 89 and 78. RGB value is (68,137,120). Sum of RGB (Red+Green+Blue) = 68+137+120=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #448978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448978 is #BB7687. Grayscale: #727272. Windows color (decimal): -12285576 or 7899460. OLE color: 7899460.
HSL color Cylindrical-coordinate representation of color #448978: hue angle of 165.22º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448978 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 120 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.46 |
| HSL | 165.22º | 0.34% | 0.4% | - |
| HSV(B) | 165.22º | 0.5% | 0.54% | - |
| XYZ | 14.72 | 20.48 | 20.95 | - |
| YUV | 114.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 120 | 0.50 | 0 | 0.12 | 0.46 | 165.22 | 0.34 | 0.4 |
| Hex | 44 | 89 | 78 | 32 | 0 | C | 2E | A5 | 22 | 28 |
| Octal | 104 | 211 | 170 | 62 | 0 | 14 | 56 | 245 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1111000 | 110010 | 0 | 1100 | 101110 | 10100101 | 100010 | 101000 |
Color Harmonies of #448978
Complementary color
Monochromatic Colors of #448978
Black with #448978
Text Example
Text Example
White with #448978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448978; }
p { color: rgb(68,137,120); }
H1.HeaderClassName
{
color: #448978;
}
.AnyTagClassName
{
color: #448978;
}
</style>
background-color css
<style>
a { background-color: #448978; }
a { background-color: rgb(68,137,120); }
div.DivClassName
{
background-color: #448978;
}
.BgClassName
{
background-color: #448978;
}
</style>
border-color css
<style>
span { border-color: #448978; }
span { border-color: rgb(68,137,120); }
td.TdClassName
{
border-color: #448978;
}
.TagClassName
{
border-color: #448978;
}
</style>