Shades of Viridian #447F66
Tints of Viridian #447F66
RGB
CMYK
RGB Variations
Color information
#447F66 (or 0x447F66) is known color: Viridian. HEX triplet: 44, 7F and 66. RGB value is (68,127,102). Sum of RGB (Red+Green+Blue) = 68+127+102=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #447F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F66 is #BB8099. Grayscale: #6A6A6A. Windows color (decimal): -12288154 or 6717252. OLE color: 6717252.
HSL color Cylindrical-coordinate representation of color #447F66: hue angle of 154.58º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F66 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 102 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.50 |
| HSL | 154.58º | 0.3% | 0.38% | - |
| HSV(B) | 154.58º | 0.46% | 0.5% | - |
| XYZ | 12.37 | 17.37 | 15.27 | - |
| YUV | 106.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 102 | 0.46 | 0 | 0.20 | 0.50 | 154.58 | 0.3 | 0.38 |
| Hex | 44 | 7F | 66 | 2E | 0 | 14 | 32 | 9B | 1E | 26 |
| Octal | 104 | 177 | 146 | 56 | 0 | 24 | 62 | 233 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1100110 | 101110 | 0 | 10100 | 110010 | 10011011 | 11110 | 100110 |
Color Harmonies of #447F66
Complementary color
Monochromatic Colors of #447F66
Black with #447F66
Text Example
Text Example
White with #447F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F66; }
p { color: rgb(68,127,102); }
H1.HeaderClassName
{
color: #447F66;
}
.AnyTagClassName
{
color: #447F66;
}
</style>
background-color css
<style>
a { background-color: #447F66; }
a { background-color: rgb(68,127,102); }
div.DivClassName
{
background-color: #447F66;
}
.BgClassName
{
background-color: #447F66;
}
</style>
border-color css
<style>
span { border-color: #447F66; }
span { border-color: rgb(68,127,102); }
td.TdClassName
{
border-color: #447F66;
}
.TagClassName
{
border-color: #447F66;
}
</style>