Shades of Viridian #448D6E
Tints of Viridian #448D6E
RGB
CMYK
RGB Variations
Color information
#448D6E (or 0x448D6E) is known color: Viridian. HEX triplet: 44, 8D and 6E. RGB value is (68,141,110). Sum of RGB (Red+Green+Blue) = 68+141+110=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #448D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D6E is #BB7291. Grayscale: #737373. Windows color (decimal): -12284562 or 7245124. OLE color: 7245124.
HSL color Cylindrical-coordinate representation of color #448D6E: hue angle of 154.52º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D6E is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 110 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.45 |
| HSL | 154.52º | 0.35% | 0.41% | - |
| HSV(B) | 154.52º | 0.52% | 0.55% | - |
| XYZ | 14.72 | 21.4 | 18.11 | - |
| YUV | 115.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 110 | 0.52 | 0 | 0.22 | 0.45 | 154.52 | 0.35 | 0.41 |
| Hex | 44 | 8D | 6E | 34 | 0 | 16 | 2D | 9B | 23 | 29 |
| Octal | 104 | 215 | 156 | 64 | 0 | 26 | 55 | 233 | 43 | 51 |
| Binary | 1000100 | 10001101 | 1101110 | 110100 | 0 | 10110 | 101101 | 10011011 | 100011 | 101001 |
Color Harmonies of #448D6E
Complementary color
Monochromatic Colors of #448D6E
Black with #448D6E
Text Example
Text Example
White with #448D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D6E; }
p { color: rgb(68,141,110); }
H1.HeaderClassName
{
color: #448D6E;
}
.AnyTagClassName
{
color: #448D6E;
}
</style>
background-color css
<style>
a { background-color: #448D6E; }
a { background-color: rgb(68,141,110); }
div.DivClassName
{
background-color: #448D6E;
}
.BgClassName
{
background-color: #448D6E;
}
</style>
border-color css
<style>
span { border-color: #448D6E; }
span { border-color: rgb(68,141,110); }
td.TdClassName
{
border-color: #448D6E;
}
.TagClassName
{
border-color: #448D6E;
}
</style>