Shades of Viridian #447D6F
Tints of Viridian #447D6F
RGB
CMYK
RGB Variations
Color information
#447D6F (or 0x447D6F) is known color: Viridian. HEX triplet: 44, 7D and 6F. RGB value is (68,125,111). Sum of RGB (Red+Green+Blue) = 68+125+111=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #447D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D6F is #BB8290. Grayscale: #6A6A6A. Windows color (decimal): -12288657 or 7306564. OLE color: 7306564.
HSL color Cylindrical-coordinate representation of color #447D6F: hue angle of 165.26º 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 #447D6F is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 111 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.51 |
| HSL | 165.26º | 0.3% | 0.38% | - |
| HSV(B) | 165.26º | 0.46% | 0.49% | - |
| XYZ | 12.59 | 17.04 | 17.67 | - |
| YUV | 106.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 111 | 0.46 | 0 | 0.11 | 0.51 | 165.26 | 0.3 | 0.38 |
| Hex | 44 | 7D | 6F | 2E | 0 | B | 33 | A5 | 1E | 26 |
| Octal | 104 | 175 | 157 | 56 | 0 | 13 | 63 | 245 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1101111 | 101110 | 0 | 1011 | 110011 | 10100101 | 11110 | 100110 |
Color Harmonies of #447D6F
Complementary color
Monochromatic Colors of #447D6F
Black with #447D6F
Text Example
Text Example
White with #447D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D6F; }
p { color: rgb(68,125,111); }
H1.HeaderClassName
{
color: #447D6F;
}
.AnyTagClassName
{
color: #447D6F;
}
</style>
background-color css
<style>
a { background-color: #447D6F; }
a { background-color: rgb(68,125,111); }
div.DivClassName
{
background-color: #447D6F;
}
.BgClassName
{
background-color: #447D6F;
}
</style>
border-color css
<style>
span { border-color: #447D6F; }
span { border-color: rgb(68,125,111); }
td.TdClassName
{
border-color: #447D6F;
}
.TagClassName
{
border-color: #447D6F;
}
</style>