Shades of Viridian #44866D
Tints of Viridian #44866D
RGB
CMYK
RGB Variations
Color information
#44866D (or 0x44866D) is known color: Viridian. HEX triplet: 44, 86 and 6D. RGB value is (68,134,109). Sum of RGB (Red+Green+Blue) = 68+134+109=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #44866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44866D is #BB7992. Grayscale: #6F6F6F. Windows color (decimal): -12286355 or 7177796. OLE color: 7177796.
HSL color Cylindrical-coordinate representation of color #44866D: hue angle of 157.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44866D is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 109 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.47 |
| HSL | 157.27º | 0.33% | 0.4% | - |
| HSV(B) | 157.27º | 0.49% | 0.53% | - |
| XYZ | 13.67 | 19.38 | 17.49 | - |
| YUV | 111.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 109 | 0.49 | 0 | 0.19 | 0.47 | 157.27 | 0.33 | 0.4 |
| Hex | 44 | 86 | 6D | 31 | 0 | 13 | 2F | 9D | 21 | 28 |
| Octal | 104 | 206 | 155 | 61 | 0 | 23 | 57 | 235 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1101101 | 110001 | 0 | 10011 | 101111 | 10011101 | 100001 | 101000 |
Color Harmonies of #44866D
Complementary color
Monochromatic Colors of #44866D
Black with #44866D
Text Example
Text Example
White with #44866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44866D; }
p { color: rgb(68,134,109); }
H1.HeaderClassName
{
color: #44866D;
}
.AnyTagClassName
{
color: #44866D;
}
</style>
background-color css
<style>
a { background-color: #44866D; }
a { background-color: rgb(68,134,109); }
div.DivClassName
{
background-color: #44866D;
}
.BgClassName
{
background-color: #44866D;
}
</style>
border-color css
<style>
span { border-color: #44866D; }
span { border-color: rgb(68,134,109); }
td.TdClassName
{
border-color: #44866D;
}
.TagClassName
{
border-color: #44866D;
}
</style>