Shades of Viridian #449374
Tints of Viridian #449374
RGB
CMYK
RGB Variations
Color information
#449374 (or 0x449374) is known color: Viridian. HEX triplet: 44, 93 and 74. RGB value is (68,147,116). Sum of RGB (Red+Green+Blue) = 68+147+116=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #449374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449374 is #BB6C8B. Grayscale: #777777. Windows color (decimal): -12283020 or 7639876. OLE color: 7639876.
HSL color Cylindrical-coordinate representation of color #449374: hue angle of 156.46º 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 #449374 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 147 | 116 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.42 |
| HSL | 156.46º | 0.37% | 0.42% | - |
| HSV(B) | 156.46º | 0.54% | 0.58% | - |
| XYZ | 15.97 | 23.36 | 20.19 | - |
| YUV | 119.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 116 | 0.54 | 0 | 0.21 | 0.42 | 156.46 | 0.37 | 0.42 |
| Hex | 44 | 93 | 74 | 36 | 0 | 15 | 2A | 9C | 25 | 2A |
| Octal | 104 | 223 | 164 | 66 | 0 | 25 | 52 | 234 | 45 | 52 |
| Binary | 1000100 | 10010011 | 1110100 | 110110 | 0 | 10101 | 101010 | 10011100 | 100101 | 101010 |
Color Harmonies of #449374
Complementary color
Monochromatic Colors of #449374
Black with #449374
Text Example
Text Example
White with #449374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449374; }
p { color: rgb(68,147,116); }
H1.HeaderClassName
{
color: #449374;
}
.AnyTagClassName
{
color: #449374;
}
</style>
background-color css
<style>
a { background-color: #449374; }
a { background-color: rgb(68,147,116); }
div.DivClassName
{
background-color: #449374;
}
.BgClassName
{
background-color: #449374;
}
</style>
border-color css
<style>
span { border-color: #449374; }
span { border-color: rgb(68,147,116); }
td.TdClassName
{
border-color: #449374;
}
.TagClassName
{
border-color: #449374;
}
</style>