Shades of Viridian Green #446053
Tints of Viridian Green #446053
RGB
CMYK
RGB Variations
Color information
#446053 (or 0x446053) is known color: Viridian Green. HEX triplet: 44, 60 and 53. RGB value is (68,96,83). Sum of RGB (Red+Green+Blue) = 68+96+83=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #446053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446053 is #BB9FAC. Grayscale: #565656. Windows color (decimal): -12296109 or 5464132. OLE color: 5464132.
HSL color Cylindrical-coordinate representation of color #446053: hue angle of 152.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446053 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 96 | 83 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.62 |
| HSL | 152.14º | 0.17% | 0.32% | - |
| HSV(B) | 152.14º | 0.29% | 0.38% | - |
| XYZ | 8.13 | 10.22 | 9.73 | - |
| YUV | 86.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 83 | 0.29 | 0 | 0.14 | 0.62 | 152.14 | 0.17 | 0.32 |
| Hex | 44 | 60 | 53 | 1D | 0 | E | 3E | 98 | 11 | 20 |
| Octal | 104 | 140 | 123 | 35 | 0 | 16 | 76 | 230 | 21 | 40 |
| Binary | 1000100 | 1100000 | 1010011 | 11101 | 0 | 1110 | 111110 | 10011000 | 10001 | 100000 |
Color Harmonies of #446053
Complementary color
Monochromatic Colors of #446053
Black with #446053
Text Example
Text Example
White with #446053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446053; }
p { color: rgb(68,96,83); }
H1.HeaderClassName
{
color: #446053;
}
.AnyTagClassName
{
color: #446053;
}
</style>
background-color css
<style>
a { background-color: #446053; }
a { background-color: rgb(68,96,83); }
div.DivClassName
{
background-color: #446053;
}
.BgClassName
{
background-color: #446053;
}
</style>
border-color css
<style>
span { border-color: #446053; }
span { border-color: rgb(68,96,83); }
td.TdClassName
{
border-color: #446053;
}
.TagClassName
{
border-color: #446053;
}
</style>