Shades of Viridian #447D67
Tints of Viridian #447D67
RGB
CMYK
RGB Variations
Color information
#447D67 (or 0x447D67) is known color: Viridian. HEX triplet: 44, 7D and 67. RGB value is (68,125,103). Sum of RGB (Red+Green+Blue) = 68+125+103=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #447D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D67 is #BB8298. Grayscale: #696969. Windows color (decimal): -12288665 or 6782276. OLE color: 6782276.
HSL color Cylindrical-coordinate representation of color #447D67: hue angle of 156.84º 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 #447D67 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 103 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.51 |
| HSL | 156.84º | 0.3% | 0.38% | - |
| HSV(B) | 156.84º | 0.46% | 0.49% | - |
| XYZ | 12.17 | 16.88 | 15.45 | - |
| YUV | 105.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 103 | 0.46 | 0 | 0.18 | 0.51 | 156.84 | 0.3 | 0.38 |
| Hex | 44 | 7D | 67 | 2E | 0 | 12 | 33 | 9D | 1E | 26 |
| Octal | 104 | 175 | 147 | 56 | 0 | 22 | 63 | 235 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1100111 | 101110 | 0 | 10010 | 110011 | 10011101 | 11110 | 100110 |
Color Harmonies of #447D67
Complementary color
Monochromatic Colors of #447D67
Black with #447D67
Text Example
Text Example
White with #447D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D67; }
p { color: rgb(68,125,103); }
H1.HeaderClassName
{
color: #447D67;
}
.AnyTagClassName
{
color: #447D67;
}
</style>
background-color css
<style>
a { background-color: #447D67; }
a { background-color: rgb(68,125,103); }
div.DivClassName
{
background-color: #447D67;
}
.BgClassName
{
background-color: #447D67;
}
</style>
border-color css
<style>
span { border-color: #447D67; }
span { border-color: rgb(68,125,103); }
td.TdClassName
{
border-color: #447D67;
}
.TagClassName
{
border-color: #447D67;
}
</style>