Shades of Viridian #447E6B
Tints of Viridian #447E6B
RGB
CMYK
RGB Variations
Color information
#447E6B (or 0x447E6B) is known color: Viridian. HEX triplet: 44, 7E and 6B. RGB value is (68,126,107). Sum of RGB (Red+Green+Blue) = 68+126+107=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #447E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E6B is #BB8194. Grayscale: #6A6A6A. Windows color (decimal): -12288405 or 7044676. OLE color: 7044676.
HSL color Cylindrical-coordinate representation of color #447E6B: hue angle of 160.34º 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 #447E6B is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 107 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.51 |
| HSL | 160.34º | 0.3% | 0.38% | - |
| HSV(B) | 160.34º | 0.46% | 0.49% | - |
| XYZ | 12.5 | 17.21 | 16.57 | - |
| YUV | 106.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 107 | 0.46 | 0 | 0.15 | 0.51 | 160.34 | 0.3 | 0.38 |
| Hex | 44 | 7E | 6B | 2E | 0 | F | 33 | A0 | 1E | 26 |
| Octal | 104 | 176 | 153 | 56 | 0 | 17 | 63 | 240 | 36 | 46 |
| Binary | 1000100 | 1111110 | 1101011 | 101110 | 0 | 1111 | 110011 | 10100000 | 11110 | 100110 |
Color Harmonies of #447E6B
Complementary color
Monochromatic Colors of #447E6B
Black with #447E6B
Text Example
Text Example
White with #447E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E6B; }
p { color: rgb(68,126,107); }
H1.HeaderClassName
{
color: #447E6B;
}
.AnyTagClassName
{
color: #447E6B;
}
</style>
background-color css
<style>
a { background-color: #447E6B; }
a { background-color: rgb(68,126,107); }
div.DivClassName
{
background-color: #447E6B;
}
.BgClassName
{
background-color: #447E6B;
}
</style>
border-color css
<style>
span { border-color: #447E6B; }
span { border-color: rgb(68,126,107); }
td.TdClassName
{
border-color: #447E6B;
}
.TagClassName
{
border-color: #447E6B;
}
</style>