Shades of Viridian #449572
Tints of Viridian #449572
RGB
CMYK
RGB Variations
Color information
#449572 (or 0x449572) is known color: Viridian. HEX triplet: 44, 95 and 72. RGB value is (68,149,114). Sum of RGB (Red+Green+Blue) = 68+149+114=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #449572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449572 is #BB6A8D. Grayscale: #787878. Windows color (decimal): -12282510 or 7509316. OLE color: 7509316.
HSL color Cylindrical-coordinate representation of color #449572: hue angle of 154.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449572 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 114 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.42 |
| HSL | 154.07º | 0.37% | 0.43% | - |
| HSV(B) | 154.07º | 0.54% | 0.58% | - |
| XYZ | 16.17 | 23.94 | 19.69 | - |
| YUV | 120.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 114 | 0.54 | 0 | 0.23 | 0.42 | 154.07 | 0.37 | 0.43 |
| Hex | 44 | 95 | 72 | 36 | 0 | 17 | 2A | 9A | 25 | 2B |
| Octal | 104 | 225 | 162 | 66 | 0 | 27 | 52 | 232 | 45 | 53 |
| Binary | 1000100 | 10010101 | 1110010 | 110110 | 0 | 10111 | 101010 | 10011010 | 100101 | 101011 |
Color Harmonies of #449572
Complementary color
Monochromatic Colors of #449572
Black with #449572
Text Example
Text Example
White with #449572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449572; }
p { color: rgb(68,149,114); }
H1.HeaderClassName
{
color: #449572;
}
.AnyTagClassName
{
color: #449572;
}
</style>
background-color css
<style>
a { background-color: #449572; }
a { background-color: rgb(68,149,114); }
div.DivClassName
{
background-color: #449572;
}
.BgClassName
{
background-color: #449572;
}
</style>
border-color css
<style>
span { border-color: #449572; }
span { border-color: rgb(68,149,114); }
td.TdClassName
{
border-color: #449572;
}
.TagClassName
{
border-color: #449572;
}
</style>