Shades of Viridian #449471
Tints of Viridian #449471
RGB
CMYK
RGB Variations
Color information
#449471 (or 0x449471) is known color: Viridian. HEX triplet: 44, 94 and 71. RGB value is (68,148,113). Sum of RGB (Red+Green+Blue) = 68+148+113=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #449471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449471 is #BB6B8E. Grayscale: #787878. Windows color (decimal): -12282767 or 7443524. OLE color: 7443524.
HSL color Cylindrical-coordinate representation of color #449471: hue angle of 153.75º 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 #449471 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 113 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.42 |
| HSL | 153.75º | 0.37% | 0.42% | - |
| HSV(B) | 153.75º | 0.54% | 0.58% | - |
| XYZ | 15.95 | 23.6 | 19.34 | - |
| YUV | 120.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 113 | 0.54 | 0 | 0.24 | 0.42 | 153.75 | 0.37 | 0.42 |
| Hex | 44 | 94 | 71 | 36 | 0 | 18 | 2A | 9A | 25 | 2A |
| Octal | 104 | 224 | 161 | 66 | 0 | 30 | 52 | 232 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1110001 | 110110 | 0 | 11000 | 101010 | 10011010 | 100101 | 101010 |
Color Harmonies of #449471
Complementary color
Monochromatic Colors of #449471
Black with #449471
Text Example
Text Example
White with #449471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449471; }
p { color: rgb(68,148,113); }
H1.HeaderClassName
{
color: #449471;
}
.AnyTagClassName
{
color: #449471;
}
</style>
background-color css
<style>
a { background-color: #449471; }
a { background-color: rgb(68,148,113); }
div.DivClassName
{
background-color: #449471;
}
.BgClassName
{
background-color: #449471;
}
</style>
border-color css
<style>
span { border-color: #449471; }
span { border-color: rgb(68,148,113); }
td.TdClassName
{
border-color: #449471;
}
.TagClassName
{
border-color: #449471;
}
</style>