Shades of Viridian #449272
Tints of Viridian #449272
RGB
CMYK
RGB Variations
Color information
#449272 (or 0x449272) is known color: Viridian. HEX triplet: 44, 92 and 72. RGB value is (68,146,114). Sum of RGB (Red+Green+Blue) = 68+146+114=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #449272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449272 is #BB6D8D. Grayscale: #777777. Windows color (decimal): -12283278 or 7508548. OLE color: 7508548.
HSL color Cylindrical-coordinate representation of color #449272: hue angle of 155.38º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449272 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 114 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.43 |
| HSL | 155.38º | 0.36% | 0.42% | - |
| HSV(B) | 155.38º | 0.53% | 0.57% | - |
| XYZ | 15.7 | 23 | 19.53 | - |
| YUV | 119.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 114 | 0.53 | 0 | 0.22 | 0.43 | 155.38 | 0.36 | 0.42 |
| Hex | 44 | 92 | 72 | 35 | 0 | 16 | 2B | 9B | 24 | 2A |
| Octal | 104 | 222 | 162 | 65 | 0 | 26 | 53 | 233 | 44 | 52 |
| Binary | 1000100 | 10010010 | 1110010 | 110101 | 0 | 10110 | 101011 | 10011011 | 100100 | 101010 |
Color Harmonies of #449272
Complementary color
Monochromatic Colors of #449272
Black with #449272
Text Example
Text Example
White with #449272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449272; }
p { color: rgb(68,146,114); }
H1.HeaderClassName
{
color: #449272;
}
.AnyTagClassName
{
color: #449272;
}
</style>
background-color css
<style>
a { background-color: #449272; }
a { background-color: rgb(68,146,114); }
div.DivClassName
{
background-color: #449272;
}
.BgClassName
{
background-color: #449272;
}
</style>
border-color css
<style>
span { border-color: #449272; }
span { border-color: rgb(68,146,114); }
td.TdClassName
{
border-color: #449272;
}
.TagClassName
{
border-color: #449272;
}
</style>