Shades of Viridian Green #446453
Tints of Viridian Green #446453
RGB
CMYK
RGB Variations
Color information
#446453 (or 0x446453) is known color: Viridian Green. HEX triplet: 44, 64 and 53. RGB value is (68,100,83). Sum of RGB (Red+Green+Blue) = 68+100+83=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #446453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446453 is #BB9BAC. Grayscale: #585858. Windows color (decimal): -12295085 or 5465156. OLE color: 5465156.
HSL color Cylindrical-coordinate representation of color #446453: hue angle of 148.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #446453 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 83 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.61 |
| HSL | 148.13º | 0.19% | 0.33% | - |
| HSV(B) | 148.13º | 0.32% | 0.39% | - |
| XYZ | 8.5 | 10.97 | 9.85 | - |
| YUV | 88.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 83 | 0.32 | 0 | 0.17 | 0.61 | 148.13 | 0.19 | 0.33 |
| Hex | 44 | 64 | 53 | 20 | 0 | 11 | 3D | 94 | 13 | 21 |
| Octal | 104 | 144 | 123 | 40 | 0 | 21 | 75 | 224 | 23 | 41 |
| Binary | 1000100 | 1100100 | 1010011 | 100000 | 0 | 10001 | 111101 | 10010100 | 10011 | 100001 |
Color Harmonies of #446453
Complementary color
Monochromatic Colors of #446453
Black with #446453
Text Example
Text Example
White with #446453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446453; }
p { color: rgb(68,100,83); }
H1.HeaderClassName
{
color: #446453;
}
.AnyTagClassName
{
color: #446453;
}
</style>
background-color css
<style>
a { background-color: #446453; }
a { background-color: rgb(68,100,83); }
div.DivClassName
{
background-color: #446453;
}
.BgClassName
{
background-color: #446453;
}
</style>
border-color css
<style>
span { border-color: #446453; }
span { border-color: rgb(68,100,83); }
td.TdClassName
{
border-color: #446453;
}
.TagClassName
{
border-color: #446453;
}
</style>