Shades of Viridian #447D65
Tints of Viridian #447D65
RGB
CMYK
RGB Variations
Color information
#447D65 (or 0x447D65) is known color: Viridian. HEX triplet: 44, 7D and 65. RGB value is (68,125,101). Sum of RGB (Red+Green+Blue) = 68+125+101=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #447D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D65 is #BB829A. Grayscale: #696969. Windows color (decimal): -12288667 or 6651204. OLE color: 6651204.
HSL color Cylindrical-coordinate representation of color #447D65: hue angle of 154.74º 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 #447D65 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 101 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.51 |
| HSL | 154.74º | 0.3% | 0.38% | - |
| HSV(B) | 154.74º | 0.46% | 0.49% | - |
| XYZ | 12.07 | 16.84 | 14.93 | - |
| YUV | 105.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 101 | 0.46 | 0 | 0.19 | 0.51 | 154.74 | 0.3 | 0.38 |
| Hex | 44 | 7D | 65 | 2E | 0 | 13 | 33 | 9B | 1E | 26 |
| Octal | 104 | 175 | 145 | 56 | 0 | 23 | 63 | 233 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1100101 | 101110 | 0 | 10011 | 110011 | 10011011 | 11110 | 100110 |
Color Harmonies of #447D65
Complementary color
Monochromatic Colors of #447D65
Black with #447D65
Text Example
Text Example
White with #447D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D65; }
p { color: rgb(68,125,101); }
H1.HeaderClassName
{
color: #447D65;
}
.AnyTagClassName
{
color: #447D65;
}
</style>
background-color css
<style>
a { background-color: #447D65; }
a { background-color: rgb(68,125,101); }
div.DivClassName
{
background-color: #447D65;
}
.BgClassName
{
background-color: #447D65;
}
</style>
border-color css
<style>
span { border-color: #447D65; }
span { border-color: rgb(68,125,101); }
td.TdClassName
{
border-color: #447D65;
}
.TagClassName
{
border-color: #447D65;
}
</style>