Shades of Viridian Green #446152
Tints of Viridian Green #446152
RGB
CMYK
RGB Variations
Color information
#446152 (or 0x446152) is known color: Viridian Green. HEX triplet: 44, 61 and 52. RGB value is (68,97,82). Sum of RGB (Red+Green+Blue) = 68+97+82=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #446152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446152 is #BB9EAD. Grayscale: #565656. Windows color (decimal): -12295854 or 5398852. OLE color: 5398852.
HSL color Cylindrical-coordinate representation of color #446152: hue angle of 148.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #446152 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 97 | 82 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.62 |
| HSL | 148.97º | 0.18% | 0.32% | - |
| HSV(B) | 148.97º | 0.3% | 0.38% | - |
| XYZ | 8.18 | 10.39 | 9.56 | - |
| YUV | 86.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 82 | 0.30 | 0 | 0.15 | 0.62 | 148.97 | 0.18 | 0.32 |
| Hex | 44 | 61 | 52 | 1E | 0 | F | 3E | 95 | 12 | 20 |
| Octal | 104 | 141 | 122 | 36 | 0 | 17 | 76 | 225 | 22 | 40 |
| Binary | 1000100 | 1100001 | 1010010 | 11110 | 0 | 1111 | 111110 | 10010101 | 10010 | 100000 |
Color Harmonies of #446152
Complementary color
Monochromatic Colors of #446152
Black with #446152
Text Example
Text Example
White with #446152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446152; }
p { color: rgb(68,97,82); }
H1.HeaderClassName
{
color: #446152;
}
.AnyTagClassName
{
color: #446152;
}
</style>
background-color css
<style>
a { background-color: #446152; }
a { background-color: rgb(68,97,82); }
div.DivClassName
{
background-color: #446152;
}
.BgClassName
{
background-color: #446152;
}
</style>
border-color css
<style>
span { border-color: #446152; }
span { border-color: rgb(68,97,82); }
td.TdClassName
{
border-color: #446152;
}
.TagClassName
{
border-color: #446152;
}
</style>