Shades of Viridian Green #446555
Tints of Viridian Green #446555
RGB
CMYK
RGB Variations
Color information
#446555 (or 0x446555) is known color: Viridian Green. HEX triplet: 44, 65 and 55. RGB value is (68,101,85). Sum of RGB (Red+Green+Blue) = 68+101+85=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #446555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446555 is #BB9AAA. Grayscale: #595959. Windows color (decimal): -12294827 or 5596484. OLE color: 5596484.
HSL color Cylindrical-coordinate representation of color #446555: hue angle of 150.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446555 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 101 | 85 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.60 |
| HSL | 150.91º | 0.2% | 0.33% | - |
| HSV(B) | 150.91º | 0.33% | 0.4% | - |
| XYZ | 8.68 | 11.19 | 10.3 | - |
| YUV | 89.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 85 | 0.33 | 0 | 0.16 | 0.60 | 150.91 | 0.2 | 0.33 |
| Hex | 44 | 65 | 55 | 21 | 0 | 10 | 3C | 97 | 14 | 21 |
| Octal | 104 | 145 | 125 | 41 | 0 | 20 | 74 | 227 | 24 | 41 |
| Binary | 1000100 | 1100101 | 1010101 | 100001 | 0 | 10000 | 111100 | 10010111 | 10100 | 100001 |
Color Harmonies of #446555
Complementary color
Monochromatic Colors of #446555
Black with #446555
Text Example
Text Example
White with #446555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446555; }
p { color: rgb(68,101,85); }
H1.HeaderClassName
{
color: #446555;
}
.AnyTagClassName
{
color: #446555;
}
</style>
background-color css
<style>
a { background-color: #446555; }
a { background-color: rgb(68,101,85); }
div.DivClassName
{
background-color: #446555;
}
.BgClassName
{
background-color: #446555;
}
</style>
border-color css
<style>
span { border-color: #446555; }
span { border-color: rgb(68,101,85); }
td.TdClassName
{
border-color: #446555;
}
.TagClassName
{
border-color: #446555;
}
</style>