Shades of Viridian #449077
Tints of Viridian #449077
RGB
CMYK
RGB Variations
Color information
#449077 (or 0x449077) is known color: Viridian. HEX triplet: 44, 90 and 77. RGB value is (68,144,119). Sum of RGB (Red+Green+Blue) = 68+144+119=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #449077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449077 is #BB6F88. Grayscale: #767676. Windows color (decimal): -12283785 or 7835716. OLE color: 7835716.
HSL color Cylindrical-coordinate representation of color #449077: hue angle of 160.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449077 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 119 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.44 |
| HSL | 160.26º | 0.36% | 0.42% | - |
| HSV(B) | 160.26º | 0.53% | 0.56% | - |
| XYZ | 15.69 | 22.51 | 20.97 | - |
| YUV | 118.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 119 | 0.53 | 0 | 0.17 | 0.44 | 160.26 | 0.36 | 0.42 |
| Hex | 44 | 90 | 77 | 35 | 0 | 11 | 2C | A0 | 24 | 2A |
| Octal | 104 | 220 | 167 | 65 | 0 | 21 | 54 | 240 | 44 | 52 |
| Binary | 1000100 | 10010000 | 1110111 | 110101 | 0 | 10001 | 101100 | 10100000 | 100100 | 101010 |
Color Harmonies of #449077
Complementary color
Monochromatic Colors of #449077
Black with #449077
Text Example
Text Example
White with #449077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449077; }
p { color: rgb(68,144,119); }
H1.HeaderClassName
{
color: #449077;
}
.AnyTagClassName
{
color: #449077;
}
</style>
background-color css
<style>
a { background-color: #449077; }
a { background-color: rgb(68,144,119); }
div.DivClassName
{
background-color: #449077;
}
.BgClassName
{
background-color: #449077;
}
</style>
border-color css
<style>
span { border-color: #449077; }
span { border-color: rgb(68,144,119); }
td.TdClassName
{
border-color: #449077;
}
.TagClassName
{
border-color: #449077;
}
</style>