Shades of Viridian #44916E
Tints of Viridian #44916E
RGB
CMYK
RGB Variations
Color information
#44916E (or 0x44916E) is known color: Viridian. HEX triplet: 44, 91 and 6E. RGB value is (68,145,110). Sum of RGB (Red+Green+Blue) = 68+145+110=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #44916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44916E is #BB6E91. Grayscale: #767676. Windows color (decimal): -12283538 or 7246148. OLE color: 7246148.
HSL color Cylindrical-coordinate representation of color #44916E: hue angle of 152.73º 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 #44916E is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 110 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.43 |
| HSL | 152.73º | 0.36% | 0.42% | - |
| HSV(B) | 152.73º | 0.53% | 0.57% | - |
| XYZ | 15.32 | 22.61 | 18.31 | - |
| YUV | 117.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 110 | 0.53 | 0 | 0.24 | 0.43 | 152.73 | 0.36 | 0.42 |
| Hex | 44 | 91 | 6E | 35 | 0 | 18 | 2B | 99 | 24 | 2A |
| Octal | 104 | 221 | 156 | 65 | 0 | 30 | 53 | 231 | 44 | 52 |
| Binary | 1000100 | 10010001 | 1101110 | 110101 | 0 | 11000 | 101011 | 10011001 | 100100 | 101010 |
Color Harmonies of #44916E
Complementary color
Monochromatic Colors of #44916E
Black with #44916E
Text Example
Text Example
White with #44916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44916E; }
p { color: rgb(68,145,110); }
H1.HeaderClassName
{
color: #44916E;
}
.AnyTagClassName
{
color: #44916E;
}
</style>
background-color css
<style>
a { background-color: #44916E; }
a { background-color: rgb(68,145,110); }
div.DivClassName
{
background-color: #44916E;
}
.BgClassName
{
background-color: #44916E;
}
</style>
border-color css
<style>
span { border-color: #44916E; }
span { border-color: rgb(68,145,110); }
td.TdClassName
{
border-color: #44916E;
}
.TagClassName
{
border-color: #44916E;
}
</style>