Shades of Viridian #449376
Tints of Viridian #449376
RGB
CMYK
RGB Variations
Color information
#449376 (or 0x449376) is known color: Viridian. HEX triplet: 44, 93 and 76. RGB value is (68,147,118). Sum of RGB (Red+Green+Blue) = 68+147+118=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #449376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449376 is #BB6C89. Grayscale: #787878. Windows color (decimal): -12283018 or 7770948. OLE color: 7770948.
HSL color Cylindrical-coordinate representation of color #449376: hue angle of 157.97º 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 #449376 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 118 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.42 |
| HSL | 157.97º | 0.37% | 0.42% | - |
| HSV(B) | 157.97º | 0.54% | 0.58% | - |
| XYZ | 16.09 | 23.4 | 20.81 | - |
| YUV | 120.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 118 | 0.54 | 0 | 0.20 | 0.42 | 157.97 | 0.37 | 0.42 |
| Hex | 44 | 93 | 76 | 36 | 0 | 14 | 2A | 9E | 25 | 2A |
| Octal | 104 | 223 | 166 | 66 | 0 | 24 | 52 | 236 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1110110 | 110110 | 0 | 10100 | 101010 | 10011110 | 100101 | 101010 |
Color Harmonies of #449376
Complementary color
Monochromatic Colors of #449376
Black with #449376
Text Example
Text Example
White with #449376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449376; }
p { color: rgb(68,147,118); }
H1.HeaderClassName
{
color: #449376;
}
.AnyTagClassName
{
color: #449376;
}
</style>
background-color css
<style>
a { background-color: #449376; }
a { background-color: rgb(68,147,118); }
div.DivClassName
{
background-color: #449376;
}
.BgClassName
{
background-color: #449376;
}
</style>
border-color css
<style>
span { border-color: #449376; }
span { border-color: rgb(68,147,118); }
td.TdClassName
{
border-color: #449376;
}
.TagClassName
{
border-color: #449376;
}
</style>