Shades of Viridian #447C69
Tints of Viridian #447C69
RGB
CMYK
RGB Variations
Color information
#447C69 (or 0x447C69) is known color: Viridian. HEX triplet: 44, 7C and 69. RGB value is (68,124,105). Sum of RGB (Red+Green+Blue) = 68+124+105=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #447C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C69 is #BB8396. Grayscale: #696969. Windows color (decimal): -12288919 or 6913092. OLE color: 6913092.
HSL color Cylindrical-coordinate representation of color #447C69: hue angle of 159.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447C69 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 124 | 105 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.51 |
| HSL | 159.64º | 0.29% | 0.38% | - |
| HSV(B) | 159.64º | 0.45% | 0.49% | - |
| XYZ | 12.14 | 16.66 | 15.94 | - |
| YUV | 105.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 105 | 0.45 | 0 | 0.15 | 0.51 | 159.64 | 0.29 | 0.38 |
| Hex | 44 | 7C | 69 | 2D | 0 | F | 33 | A0 | 1D | 26 |
| Octal | 104 | 174 | 151 | 55 | 0 | 17 | 63 | 240 | 35 | 46 |
| Binary | 1000100 | 1111100 | 1101001 | 101101 | 0 | 1111 | 110011 | 10100000 | 11101 | 100110 |
Color Harmonies of #447C69
Complementary color
Monochromatic Colors of #447C69
Black with #447C69
Text Example
Text Example
White with #447C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C69; }
p { color: rgb(68,124,105); }
H1.HeaderClassName
{
color: #447C69;
}
.AnyTagClassName
{
color: #447C69;
}
</style>
background-color css
<style>
a { background-color: #447C69; }
a { background-color: rgb(68,124,105); }
div.DivClassName
{
background-color: #447C69;
}
.BgClassName
{
background-color: #447C69;
}
</style>
border-color css
<style>
span { border-color: #447C69; }
span { border-color: rgb(68,124,105); }
td.TdClassName
{
border-color: #447C69;
}
.TagClassName
{
border-color: #447C69;
}
</style>