Shades of Viridian #44846D
Tints of Viridian #44846D
RGB
CMYK
RGB Variations
Color information
#44846D (or 0x44846D) is known color: Viridian. HEX triplet: 44, 84 and 6D. RGB value is (68,132,109). Sum of RGB (Red+Green+Blue) = 68+132+109=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #44846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44846D is #BB7B92. Grayscale: #6E6E6E. Windows color (decimal): -12286867 or 7177284. OLE color: 7177284.
HSL color Cylindrical-coordinate representation of color #44846D: hue angle of 158.44º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44846D is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 109 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.48 |
| HSL | 158.44º | 0.32% | 0.39% | - |
| HSV(B) | 158.44º | 0.48% | 0.52% | - |
| XYZ | 13.4 | 18.84 | 17.4 | - |
| YUV | 110.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 109 | 0.48 | 0 | 0.17 | 0.48 | 158.44 | 0.32 | 0.39 |
| Hex | 44 | 84 | 6D | 30 | 0 | 11 | 30 | 9E | 20 | 27 |
| Octal | 104 | 204 | 155 | 60 | 0 | 21 | 60 | 236 | 40 | 47 |
| Binary | 1000100 | 10000100 | 1101101 | 110000 | 0 | 10001 | 110000 | 10011110 | 100000 | 100111 |
Color Harmonies of #44846D
Complementary color
Monochromatic Colors of #44846D
Black with #44846D
Text Example
Text Example
White with #44846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44846D; }
p { color: rgb(68,132,109); }
H1.HeaderClassName
{
color: #44846D;
}
.AnyTagClassName
{
color: #44846D;
}
</style>
background-color css
<style>
a { background-color: #44846D; }
a { background-color: rgb(68,132,109); }
div.DivClassName
{
background-color: #44846D;
}
.BgClassName
{
background-color: #44846D;
}
</style>
border-color css
<style>
span { border-color: #44846D; }
span { border-color: rgb(68,132,109); }
td.TdClassName
{
border-color: #44846D;
}
.TagClassName
{
border-color: #44846D;
}
</style>