Shades of Viridian #447D6E
Tints of Viridian #447D6E
RGB
CMYK
RGB Variations
Color information
#447D6E (or 0x447D6E) is known color: Viridian. HEX triplet: 44, 7D and 6E. RGB value is (68,125,110). Sum of RGB (Red+Green+Blue) = 68+125+110=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #447D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D6E is #BB8291. Grayscale: #6A6A6A. Windows color (decimal): -12288658 or 7241028. OLE color: 7241028.
HSL color Cylindrical-coordinate representation of color #447D6E: hue angle of 164.21º 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 #447D6E is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 110 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.51 |
| HSL | 164.21º | 0.3% | 0.38% | - |
| HSV(B) | 164.21º | 0.46% | 0.49% | - |
| XYZ | 12.53 | 17.02 | 17.38 | - |
| YUV | 106.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 110 | 0.46 | 0 | 0.12 | 0.51 | 164.21 | 0.3 | 0.38 |
| Hex | 44 | 7D | 6E | 2E | 0 | C | 33 | A4 | 1E | 26 |
| Octal | 104 | 175 | 156 | 56 | 0 | 14 | 63 | 244 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1101110 | 101110 | 0 | 1100 | 110011 | 10100100 | 11110 | 100110 |
Color Harmonies of #447D6E
Complementary color
Monochromatic Colors of #447D6E
Black with #447D6E
Text Example
Text Example
White with #447D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D6E; }
p { color: rgb(68,125,110); }
H1.HeaderClassName
{
color: #447D6E;
}
.AnyTagClassName
{
color: #447D6E;
}
</style>
background-color css
<style>
a { background-color: #447D6E; }
a { background-color: rgb(68,125,110); }
div.DivClassName
{
background-color: #447D6E;
}
.BgClassName
{
background-color: #447D6E;
}
</style>
border-color css
<style>
span { border-color: #447D6E; }
span { border-color: rgb(68,125,110); }
td.TdClassName
{
border-color: #447D6E;
}
.TagClassName
{
border-color: #447D6E;
}
</style>