Shades of Viridian #449472
Tints of Viridian #449472
RGB
CMYK
RGB Variations
Color information
#449472 (or 0x449472) is known color: Viridian. HEX triplet: 44, 94 and 72. RGB value is (68,148,114). Sum of RGB (Red+Green+Blue) = 68+148+114=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #449472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449472 is #BB6B8D. Grayscale: #787878. Windows color (decimal): -12282766 or 7509060. OLE color: 7509060.
HSL color Cylindrical-coordinate representation of color #449472: hue angle of 154.5º 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 #449472 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 114 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.42 |
| HSL | 154.5º | 0.37% | 0.42% | - |
| HSV(B) | 154.5º | 0.54% | 0.58% | - |
| XYZ | 16.01 | 23.62 | 19.64 | - |
| YUV | 120.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 114 | 0.54 | 0 | 0.23 | 0.42 | 154.5 | 0.37 | 0.42 |
| Hex | 44 | 94 | 72 | 36 | 0 | 17 | 2A | 9A | 25 | 2A |
| Octal | 104 | 224 | 162 | 66 | 0 | 27 | 52 | 232 | 45 | 52 |
| Binary | 1000100 | 10010100 | 1110010 | 110110 | 0 | 10111 | 101010 | 10011010 | 100101 | 101010 |
Color Harmonies of #449472
Complementary color
Monochromatic Colors of #449472
Black with #449472
Text Example
Text Example
White with #449472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449472; }
p { color: rgb(68,148,114); }
H1.HeaderClassName
{
color: #449472;
}
.AnyTagClassName
{
color: #449472;
}
</style>
background-color css
<style>
a { background-color: #449472; }
a { background-color: rgb(68,148,114); }
div.DivClassName
{
background-color: #449472;
}
.BgClassName
{
background-color: #449472;
}
</style>
border-color css
<style>
span { border-color: #449472; }
span { border-color: rgb(68,148,114); }
td.TdClassName
{
border-color: #449472;
}
.TagClassName
{
border-color: #449472;
}
</style>