Shades of Viridian #448E68
Tints of Viridian #448E68
RGB
CMYK
RGB Variations
Color information
#448E68 (or 0x448E68) is known color: Viridian. HEX triplet: 44, 8E and 68. RGB value is (68,142,104). Sum of RGB (Red+Green+Blue) = 68+142+104=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #448E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E68 is #BB7197. Grayscale: #737373. Windows color (decimal): -12284312 or 6852164. OLE color: 6852164.
HSL color Cylindrical-coordinate representation of color #448E68: hue angle of 149.19º 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 #448E68 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 104 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.44 |
| HSL | 149.19º | 0.35% | 0.41% | - |
| HSV(B) | 149.19º | 0.52% | 0.56% | - |
| XYZ | 14.56 | 21.57 | 16.49 | - |
| YUV | 115.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 104 | 0.52 | 0 | 0.27 | 0.44 | 149.19 | 0.35 | 0.41 |
| Hex | 44 | 8E | 68 | 34 | 0 | 1B | 2C | 95 | 23 | 29 |
| Octal | 104 | 216 | 150 | 64 | 0 | 33 | 54 | 225 | 43 | 51 |
| Binary | 1000100 | 10001110 | 1101000 | 110100 | 0 | 11011 | 101100 | 10010101 | 100011 | 101001 |
Color Harmonies of #448E68
Complementary color
Monochromatic Colors of #448E68
Black with #448E68
Text Example
Text Example
White with #448E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E68; }
p { color: rgb(68,142,104); }
H1.HeaderClassName
{
color: #448E68;
}
.AnyTagClassName
{
color: #448E68;
}
</style>
background-color css
<style>
a { background-color: #448E68; }
a { background-color: rgb(68,142,104); }
div.DivClassName
{
background-color: #448E68;
}
.BgClassName
{
background-color: #448E68;
}
</style>
border-color css
<style>
span { border-color: #448E68; }
span { border-color: rgb(68,142,104); }
td.TdClassName
{
border-color: #448E68;
}
.TagClassName
{
border-color: #448E68;
}
</style>