Shades of Viridian #447561
Tints of Viridian #447561
RGB
CMYK
RGB Variations
Color information
#447561 (or 0x447561) is known color: Viridian. HEX triplet: 44, 75 and 61. RGB value is (68,117,97). Sum of RGB (Red+Green+Blue) = 68+117+97=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #447561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447561 is #BB8A9E. Grayscale: #646464. Windows color (decimal): -12290719 or 6387012. OLE color: 6387012.
HSL color Cylindrical-coordinate representation of color #447561: hue angle of 155.51º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447561 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 117 | 97 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.54 |
| HSL | 155.51º | 0.26% | 0.36% | - |
| HSV(B) | 155.51º | 0.42% | 0.46% | - |
| XYZ | 10.9 | 14.81 | 13.59 | - |
| YUV | 100.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 97 | 0.42 | 0 | 0.17 | 0.54 | 155.51 | 0.26 | 0.36 |
| Hex | 44 | 75 | 61 | 2A | 0 | 11 | 36 | 9C | 1A | 24 |
| Octal | 104 | 165 | 141 | 52 | 0 | 21 | 66 | 234 | 32 | 44 |
| Binary | 1000100 | 1110101 | 1100001 | 101010 | 0 | 10001 | 110110 | 10011100 | 11010 | 100100 |
Color Harmonies of #447561
Complementary color
Monochromatic Colors of #447561
Black with #447561
Text Example
Text Example
White with #447561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447561; }
p { color: rgb(68,117,97); }
H1.HeaderClassName
{
color: #447561;
}
.AnyTagClassName
{
color: #447561;
}
</style>
background-color css
<style>
a { background-color: #447561; }
a { background-color: rgb(68,117,97); }
div.DivClassName
{
background-color: #447561;
}
.BgClassName
{
background-color: #447561;
}
</style>
border-color css
<style>
span { border-color: #447561; }
span { border-color: rgb(68,117,97); }
td.TdClassName
{
border-color: #447561;
}
.TagClassName
{
border-color: #447561;
}
</style>