Shades of Viridian Green #446A56
Tints of Viridian Green #446A56
RGB
CMYK
RGB Variations
Color information
#446A56 (or 0x446A56) is known color: Viridian Green. HEX triplet: 44, 6A and 56. RGB value is (68,106,86). Sum of RGB (Red+Green+Blue) = 68+106+86=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 106 - color contains mainly: green. Hex color #446A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A56 is #BB95A9. Grayscale: #5C5C5C. Windows color (decimal): -12293546 or 5663300. OLE color: 5663300.
HSL color Cylindrical-coordinate representation of color #446A56: hue angle of 148.42º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446A56 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 86 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.58 |
| HSL | 148.42º | 0.22% | 0.34% | - |
| HSV(B) | 148.42º | 0.36% | 0.42% | - |
| XYZ | 9.22 | 12.21 | 10.67 | - |
| YUV | 92.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 86 | 0.36 | 0 | 0.19 | 0.58 | 148.42 | 0.22 | 0.34 |
| Hex | 44 | 6A | 56 | 24 | 0 | 13 | 3A | 94 | 16 | 22 |
| Octal | 104 | 152 | 126 | 44 | 0 | 23 | 72 | 224 | 26 | 42 |
| Binary | 1000100 | 1101010 | 1010110 | 100100 | 0 | 10011 | 111010 | 10010100 | 10110 | 100010 |
Color Harmonies of #446A56
Complementary color
Monochromatic Colors of #446A56
Black with #446A56
Text Example
Text Example
White with #446A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A56; }
p { color: rgb(68,106,86); }
H1.HeaderClassName
{
color: #446A56;
}
.AnyTagClassName
{
color: #446A56;
}
</style>
background-color css
<style>
a { background-color: #446A56; }
a { background-color: rgb(68,106,86); }
div.DivClassName
{
background-color: #446A56;
}
.BgClassName
{
background-color: #446A56;
}
</style>
border-color css
<style>
span { border-color: #446A56; }
span { border-color: rgb(68,106,86); }
td.TdClassName
{
border-color: #446A56;
}
.TagClassName
{
border-color: #446A56;
}
</style>