Shades of Viridian #44896B
Tints of Viridian #44896B
RGB
CMYK
RGB Variations
Color information
#44896B (or 0x44896B) is known color: Viridian. HEX triplet: 44, 89 and 6B. RGB value is (68,137,107). Sum of RGB (Red+Green+Blue) = 68+137+107=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #44896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44896B is #BB7694. Grayscale: #707070. Windows color (decimal): -12285589 or 7047492. OLE color: 7047492.
HSL color Cylindrical-coordinate representation of color #44896B: hue angle of 153.91º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44896B is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 107 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.46 |
| HSL | 153.91º | 0.34% | 0.4% | - |
| HSV(B) | 153.91º | 0.5% | 0.54% | - |
| XYZ | 13.98 | 20.18 | 17.07 | - |
| YUV | 112.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 107 | 0.50 | 0 | 0.22 | 0.46 | 153.91 | 0.34 | 0.4 |
| Hex | 44 | 89 | 6B | 32 | 0 | 16 | 2E | 9A | 22 | 28 |
| Octal | 104 | 211 | 153 | 62 | 0 | 26 | 56 | 232 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1101011 | 110010 | 0 | 10110 | 101110 | 10011010 | 100010 | 101000 |
Color Harmonies of #44896B
Complementary color
Monochromatic Colors of #44896B
Black with #44896B
Text Example
Text Example
White with #44896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44896B; }
p { color: rgb(68,137,107); }
H1.HeaderClassName
{
color: #44896B;
}
.AnyTagClassName
{
color: #44896B;
}
</style>
background-color css
<style>
a { background-color: #44896B; }
a { background-color: rgb(68,137,107); }
div.DivClassName
{
background-color: #44896B;
}
.BgClassName
{
background-color: #44896B;
}
</style>
border-color css
<style>
span { border-color: #44896B; }
span { border-color: rgb(68,137,107); }
td.TdClassName
{
border-color: #44896B;
}
.TagClassName
{
border-color: #44896B;
}
</style>