Shades of Viridian #449576
Tints of Viridian #449576
RGB
CMYK
RGB Variations
Color information
#449576 (or 0x449576) is known color: Viridian. HEX triplet: 44, 95 and 76. RGB value is (68,149,118). Sum of RGB (Red+Green+Blue) = 68+149+118=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #449576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449576 is #BB6A89. Grayscale: #797979. Windows color (decimal): -12282506 or 7771460. OLE color: 7771460.
HSL color Cylindrical-coordinate representation of color #449576: hue angle of 157.04º 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 #449576 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 118 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.42 |
| HSL | 157.04º | 0.37% | 0.43% | - |
| HSV(B) | 157.04º | 0.54% | 0.58% | - |
| XYZ | 16.4 | 24.03 | 20.91 | - |
| YUV | 121.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 118 | 0.54 | 0 | 0.21 | 0.42 | 157.04 | 0.37 | 0.43 |
| Hex | 44 | 95 | 76 | 36 | 0 | 15 | 2A | 9D | 25 | 2B |
| Octal | 104 | 225 | 166 | 66 | 0 | 25 | 52 | 235 | 45 | 53 |
| Binary | 1000100 | 10010101 | 1110110 | 110110 | 0 | 10101 | 101010 | 10011101 | 100101 | 101011 |
Color Harmonies of #449576
Complementary color
Monochromatic Colors of #449576
Black with #449576
Text Example
Text Example
White with #449576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449576; }
p { color: rgb(68,149,118); }
H1.HeaderClassName
{
color: #449576;
}
.AnyTagClassName
{
color: #449576;
}
</style>
background-color css
<style>
a { background-color: #449576; }
a { background-color: rgb(68,149,118); }
div.DivClassName
{
background-color: #449576;
}
.BgClassName
{
background-color: #449576;
}
</style>
border-color css
<style>
span { border-color: #449576; }
span { border-color: rgb(68,149,118); }
td.TdClassName
{
border-color: #449576;
}
.TagClassName
{
border-color: #449576;
}
</style>