Shades of Viridian #449072
Tints of Viridian #449072
RGB
CMYK
RGB Variations
Color information
#449072 (or 0x449072) is known color: Viridian. HEX triplet: 44, 90 and 72. RGB value is (68,144,114). Sum of RGB (Red+Green+Blue) = 68+144+114=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #449072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449072 is #BB6F8D. Grayscale: #757575. Windows color (decimal): -12283790 or 7508036. OLE color: 7508036.
HSL color Cylindrical-coordinate representation of color #449072: hue angle of 156.32º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449072 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 114 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.44 |
| HSL | 156.32º | 0.36% | 0.42% | - |
| HSV(B) | 156.32º | 0.53% | 0.56% | - |
| XYZ | 15.39 | 22.39 | 19.43 | - |
| YUV | 117.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 114 | 0.53 | 0 | 0.21 | 0.44 | 156.32 | 0.36 | 0.42 |
| Hex | 44 | 90 | 72 | 35 | 0 | 15 | 2C | 9C | 24 | 2A |
| Octal | 104 | 220 | 162 | 65 | 0 | 25 | 54 | 234 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1110010 | 110101 | 0 | 10101 | 101100 | 10011100 | 100100 | 101010 |
Color Harmonies of #449072
Complementary color
Monochromatic Colors of #449072
Black with #449072
Text Example
Text Example
White with #449072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449072; }
p { color: rgb(68,144,114); }
H1.HeaderClassName
{
color: #449072;
}
.AnyTagClassName
{
color: #449072;
}
</style>
background-color css
<style>
a { background-color: #449072; }
a { background-color: rgb(68,144,114); }
div.DivClassName
{
background-color: #449072;
}
.BgClassName
{
background-color: #449072;
}
</style>
border-color css
<style>
span { border-color: #449072; }
span { border-color: rgb(68,144,114); }
td.TdClassName
{
border-color: #449072;
}
.TagClassName
{
border-color: #449072;
}
</style>