Shades of Viridian #44926F
Tints of Viridian #44926F
RGB
CMYK
RGB Variations
Color information
#44926F (or 0x44926F) is known color: Viridian. HEX triplet: 44, 92 and 6F. RGB value is (68,146,111). Sum of RGB (Red+Green+Blue) = 68+146+111=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #44926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44926F is #BB6D90. Grayscale: #767676. Windows color (decimal): -12283281 or 7311940. OLE color: 7311940.
HSL color Cylindrical-coordinate representation of color #44926F: hue angle of 153.08º 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 #44926F is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 146 | 111 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.43 |
| HSL | 153.08º | 0.36% | 0.42% | - |
| HSV(B) | 153.08º | 0.53% | 0.57% | - |
| XYZ | 15.53 | 22.93 | 18.65 | - |
| YUV | 118.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 111 | 0.53 | 0 | 0.24 | 0.43 | 153.08 | 0.36 | 0.42 |
| Hex | 44 | 92 | 6F | 35 | 0 | 18 | 2B | 99 | 24 | 2A |
| Octal | 104 | 222 | 157 | 65 | 0 | 30 | 53 | 231 | 44 | 52 |
| Binary | 1000100 | 10010010 | 1101111 | 110101 | 0 | 11000 | 101011 | 10011001 | 100100 | 101010 |
Color Harmonies of #44926F
Complementary color
Monochromatic Colors of #44926F
Black with #44926F
Text Example
Text Example
White with #44926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44926F; }
p { color: rgb(68,146,111); }
H1.HeaderClassName
{
color: #44926F;
}
.AnyTagClassName
{
color: #44926F;
}
</style>
background-color css
<style>
a { background-color: #44926F; }
a { background-color: rgb(68,146,111); }
div.DivClassName
{
background-color: #44926F;
}
.BgClassName
{
background-color: #44926F;
}
</style>
border-color css
<style>
span { border-color: #44926F; }
span { border-color: rgb(68,146,111); }
td.TdClassName
{
border-color: #44926F;
}
.TagClassName
{
border-color: #44926F;
}
</style>