Shades of Viridian #448878
Tints of Viridian #448878
RGB
CMYK
RGB Variations
Color information
#448878 (or 0x448878) is known color: Viridian. HEX triplet: 44, 88 and 78. RGB value is (68,136,120). Sum of RGB (Red+Green+Blue) = 68+136+120=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #448878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448878 is #BB7787. Grayscale: #717171. Windows color (decimal): -12285832 or 7899204. OLE color: 7899204.
HSL color Cylindrical-coordinate representation of color #448878: hue angle of 165.88º 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 #448878 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 136 | 120 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.47 |
| HSL | 165.88º | 0.33% | 0.4% | - |
| HSV(B) | 165.88º | 0.5% | 0.53% | - |
| XYZ | 14.58 | 20.19 | 20.9 | - |
| YUV | 113.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 120 | 0.50 | 0 | 0.12 | 0.47 | 165.88 | 0.33 | 0.4 |
| Hex | 44 | 88 | 78 | 32 | 0 | C | 2F | A6 | 21 | 28 |
| Octal | 104 | 210 | 170 | 62 | 0 | 14 | 57 | 246 | 41 | 50 |
| Binary | 1000100 | 10001000 | 1111000 | 110010 | 0 | 1100 | 101111 | 10100110 | 100001 | 101000 |
Color Harmonies of #448878
Complementary color
Monochromatic Colors of #448878
Black with #448878
Text Example
Text Example
White with #448878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448878; }
p { color: rgb(68,136,120); }
H1.HeaderClassName
{
color: #448878;
}
.AnyTagClassName
{
color: #448878;
}
</style>
background-color css
<style>
a { background-color: #448878; }
a { background-color: rgb(68,136,120); }
div.DivClassName
{
background-color: #448878;
}
.BgClassName
{
background-color: #448878;
}
</style>
border-color css
<style>
span { border-color: #448878; }
span { border-color: rgb(68,136,120); }
td.TdClassName
{
border-color: #448878;
}
.TagClassName
{
border-color: #448878;
}
</style>