Shades of Viridian #448E69
Tints of Viridian #448E69
RGB
CMYK
RGB Variations
Color information
#448E69 (or 0x448E69) is known color: Viridian. HEX triplet: 44, 8E and 69. RGB value is (68,142,105). Sum of RGB (Red+Green+Blue) = 68+142+105=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #448E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E69 is #BB7196. Grayscale: #737373. Windows color (decimal): -12284311 or 6917700. OLE color: 6917700.
HSL color Cylindrical-coordinate representation of color #448E69: hue angle of 150º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448E69 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 105 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.44 |
| HSL | 150º | 0.35% | 0.41% | - |
| HSV(B) | 150º | 0.52% | 0.56% | - |
| XYZ | 14.61 | 21.59 | 16.76 | - |
| YUV | 115.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 105 | 0.52 | 0 | 0.26 | 0.44 | 150 | 0.35 | 0.41 |
| Hex | 44 | 8E | 69 | 34 | 0 | 1A | 2C | 96 | 23 | 29 |
| Octal | 104 | 216 | 151 | 64 | 0 | 32 | 54 | 226 | 43 | 51 |
| Binary | 1000100 | 10001110 | 1101001 | 110100 | 0 | 11010 | 101100 | 10010110 | 100011 | 101001 |
Color Harmonies of #448E69
Complementary color
Monochromatic Colors of #448E69
Black with #448E69
Text Example
Text Example
White with #448E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E69; }
p { color: rgb(68,142,105); }
H1.HeaderClassName
{
color: #448E69;
}
.AnyTagClassName
{
color: #448E69;
}
</style>
background-color css
<style>
a { background-color: #448E69; }
a { background-color: rgb(68,142,105); }
div.DivClassName
{
background-color: #448E69;
}
.BgClassName
{
background-color: #448E69;
}
</style>
border-color css
<style>
span { border-color: #448E69; }
span { border-color: rgb(68,142,105); }
td.TdClassName
{
border-color: #448E69;
}
.TagClassName
{
border-color: #448E69;
}
</style>