Shades of Viridian #447D66
Tints of Viridian #447D66
RGB
CMYK
RGB Variations
Color information
#447D66 (or 0x447D66) is known color: Viridian. HEX triplet: 44, 7D and 66. RGB value is (68,125,102). Sum of RGB (Red+Green+Blue) = 68+125+102=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #447D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D66 is #BB8299. Grayscale: #696969. Windows color (decimal): -12288666 or 6716740. OLE color: 6716740.
HSL color Cylindrical-coordinate representation of color #447D66: hue angle of 155.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447D66 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 102 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.51 |
| HSL | 155.79º | 0.3% | 0.38% | - |
| HSV(B) | 155.79º | 0.46% | 0.49% | - |
| XYZ | 12.12 | 16.86 | 15.19 | - |
| YUV | 105.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 102 | 0.46 | 0 | 0.18 | 0.51 | 155.79 | 0.3 | 0.38 |
| Hex | 44 | 7D | 66 | 2E | 0 | 12 | 33 | 9C | 1E | 26 |
| Octal | 104 | 175 | 146 | 56 | 0 | 22 | 63 | 234 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1100110 | 101110 | 0 | 10010 | 110011 | 10011100 | 11110 | 100110 |
Color Harmonies of #447D66
Complementary color
Monochromatic Colors of #447D66
Black with #447D66
Text Example
Text Example
White with #447D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D66; }
p { color: rgb(68,125,102); }
H1.HeaderClassName
{
color: #447D66;
}
.AnyTagClassName
{
color: #447D66;
}
</style>
background-color css
<style>
a { background-color: #447D66; }
a { background-color: rgb(68,125,102); }
div.DivClassName
{
background-color: #447D66;
}
.BgClassName
{
background-color: #447D66;
}
</style>
border-color css
<style>
span { border-color: #447D66; }
span { border-color: rgb(68,125,102); }
td.TdClassName
{
border-color: #447D66;
}
.TagClassName
{
border-color: #447D66;
}
</style>