Shades of Viridian #449371
Tints of Viridian #449371
RGB
CMYK
RGB Variations
Color information
#449371 (or 0x449371) is known color: Viridian. HEX triplet: 44, 93 and 71. RGB value is (68,147,113). Sum of RGB (Red+Green+Blue) = 68+147+113=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #449371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449371 is #BB6C8E. Grayscale: #777777. Windows color (decimal): -12283023 or 7443268. OLE color: 7443268.
HSL color Cylindrical-coordinate representation of color #449371: hue angle of 154.18º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449371 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 113 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.42 |
| HSL | 154.18º | 0.37% | 0.42% | - |
| HSV(B) | 154.18º | 0.54% | 0.58% | - |
| XYZ | 15.8 | 23.29 | 19.29 | - |
| YUV | 119.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 113 | 0.54 | 0 | 0.23 | 0.42 | 154.18 | 0.37 | 0.42 |
| Hex | 44 | 93 | 71 | 36 | 0 | 17 | 2A | 9A | 25 | 2A |
| Octal | 104 | 223 | 161 | 66 | 0 | 27 | 52 | 232 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1110001 | 110110 | 0 | 10111 | 101010 | 10011010 | 100101 | 101010 |
Color Harmonies of #449371
Complementary color
Monochromatic Colors of #449371
Black with #449371
Text Example
Text Example
White with #449371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449371; }
p { color: rgb(68,147,113); }
H1.HeaderClassName
{
color: #449371;
}
.AnyTagClassName
{
color: #449371;
}
</style>
background-color css
<style>
a { background-color: #449371; }
a { background-color: rgb(68,147,113); }
div.DivClassName
{
background-color: #449371;
}
.BgClassName
{
background-color: #449371;
}
</style>
border-color css
<style>
span { border-color: #449371; }
span { border-color: rgb(68,147,113); }
td.TdClassName
{
border-color: #449371;
}
.TagClassName
{
border-color: #449371;
}
</style>