Shades of Viridian #44856F
Tints of Viridian #44856F
RGB
CMYK
RGB Variations
Color information
#44856F (or 0x44856F) is known color: Viridian. HEX triplet: 44, 85 and 6F. RGB value is (68,133,111). Sum of RGB (Red+Green+Blue) = 68+133+111=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #44856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44856F is #BB7A90. Grayscale: #6F6F6F. Windows color (decimal): -12286609 or 7308612. OLE color: 7308612.
HSL color Cylindrical-coordinate representation of color #44856F: hue angle of 159.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44856F is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 133 | 111 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.48 |
| HSL | 159.69º | 0.32% | 0.39% | - |
| HSV(B) | 159.69º | 0.49% | 0.52% | - |
| XYZ | 13.64 | 19.15 | 18.02 | - |
| YUV | 111.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 133 | 111 | 0.49 | 0 | 0.17 | 0.48 | 159.69 | 0.32 | 0.39 |
| Hex | 44 | 85 | 6F | 31 | 0 | 11 | 30 | A0 | 20 | 27 |
| Octal | 104 | 205 | 157 | 61 | 0 | 21 | 60 | 240 | 40 | 47 |
| Binary | 1000100 | 10000101 | 1101111 | 110001 | 0 | 10001 | 110000 | 10100000 | 100000 | 100111 |
Color Harmonies of #44856F
Complementary color
Monochromatic Colors of #44856F
Black with #44856F
Text Example
Text Example
White with #44856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44856F; }
p { color: rgb(68,133,111); }
H1.HeaderClassName
{
color: #44856F;
}
.AnyTagClassName
{
color: #44856F;
}
</style>
background-color css
<style>
a { background-color: #44856F; }
a { background-color: rgb(68,133,111); }
div.DivClassName
{
background-color: #44856F;
}
.BgClassName
{
background-color: #44856F;
}
</style>
border-color css
<style>
span { border-color: #44856F; }
span { border-color: rgb(68,133,111); }
td.TdClassName
{
border-color: #44856F;
}
.TagClassName
{
border-color: #44856F;
}
</style>