Shades of Viridian #447D6A
Tints of Viridian #447D6A
RGB
CMYK
RGB Variations
Color information
#447D6A (or 0x447D6A) is known color: Viridian. HEX triplet: 44, 7D and 6A. RGB value is (68,125,106). Sum of RGB (Red+Green+Blue) = 68+125+106=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #447D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D6A is #BB8295. Grayscale: #696969. Windows color (decimal): -12288662 or 6978884. OLE color: 6978884.
HSL color Cylindrical-coordinate representation of color #447D6A: hue angle of 160º 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 #447D6A is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 106 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.51 |
| HSL | 160º | 0.3% | 0.38% | - |
| HSV(B) | 160º | 0.46% | 0.49% | - |
| XYZ | 12.32 | 16.94 | 16.26 | - |
| YUV | 105.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 106 | 0.46 | 0 | 0.15 | 0.51 | 160 | 0.3 | 0.38 |
| Hex | 44 | 7D | 6A | 2E | 0 | F | 33 | A0 | 1E | 26 |
| Octal | 104 | 175 | 152 | 56 | 0 | 17 | 63 | 240 | 36 | 46 |
| Binary | 1000100 | 1111101 | 1101010 | 101110 | 0 | 1111 | 110011 | 10100000 | 11110 | 100110 |
Color Harmonies of #447D6A
Complementary color
Monochromatic Colors of #447D6A
Black with #447D6A
Text Example
Text Example
White with #447D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D6A; }
p { color: rgb(68,125,106); }
H1.HeaderClassName
{
color: #447D6A;
}
.AnyTagClassName
{
color: #447D6A;
}
</style>
background-color css
<style>
a { background-color: #447D6A; }
a { background-color: rgb(68,125,106); }
div.DivClassName
{
background-color: #447D6A;
}
.BgClassName
{
background-color: #447D6A;
}
</style>
border-color css
<style>
span { border-color: #447D6A; }
span { border-color: rgb(68,125,106); }
td.TdClassName
{
border-color: #447D6A;
}
.TagClassName
{
border-color: #447D6A;
}
</style>