Shades of Viridian #44866C
Tints of Viridian #44866C
RGB
CMYK
RGB Variations
Color information
#44866C (or 0x44866C) is known color: Viridian. HEX triplet: 44, 86 and 6C. RGB value is (68,134,108). Sum of RGB (Red+Green+Blue) = 68+134+108=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #44866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44866C is #BB7993. Grayscale: #6F6F6F. Windows color (decimal): -12286356 or 7112260. OLE color: 7112260.
HSL color Cylindrical-coordinate representation of color #44866C: hue angle of 156.36º 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 #44866C is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 108 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.47 |
| HSL | 156.36º | 0.33% | 0.4% | - |
| HSV(B) | 156.36º | 0.49% | 0.53% | - |
| XYZ | 13.62 | 19.36 | 17.21 | - |
| YUV | 111.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 108 | 0.49 | 0 | 0.19 | 0.47 | 156.36 | 0.33 | 0.4 |
| Hex | 44 | 86 | 6C | 31 | 0 | 13 | 2F | 9C | 21 | 28 |
| Octal | 104 | 206 | 154 | 61 | 0 | 23 | 57 | 234 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1101100 | 110001 | 0 | 10011 | 101111 | 10011100 | 100001 | 101000 |
Color Harmonies of #44866C
Complementary color
Monochromatic Colors of #44866C
Black with #44866C
Text Example
Text Example
White with #44866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44866C; }
p { color: rgb(68,134,108); }
H1.HeaderClassName
{
color: #44866C;
}
.AnyTagClassName
{
color: #44866C;
}
</style>
background-color css
<style>
a { background-color: #44866C; }
a { background-color: rgb(68,134,108); }
div.DivClassName
{
background-color: #44866C;
}
.BgClassName
{
background-color: #44866C;
}
</style>
border-color css
<style>
span { border-color: #44866C; }
span { border-color: rgb(68,134,108); }
td.TdClassName
{
border-color: #44866C;
}
.TagClassName
{
border-color: #44866C;
}
</style>