Shades of Viridian #447B69
Tints of Viridian #447B69
RGB
CMYK
RGB Variations
Color information
#447B69 (or 0x447B69) is known color: Viridian. HEX triplet: 44, 7B and 69. RGB value is (68,123,105). Sum of RGB (Red+Green+Blue) = 68+123+105=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #447B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B69 is #BB8496. Grayscale: #686868. Windows color (decimal): -12289175 or 6912836. OLE color: 6912836.
HSL color Cylindrical-coordinate representation of color #447B69: hue angle of 160.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447B69 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 105 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.52 |
| HSL | 160.36º | 0.29% | 0.37% | - |
| HSV(B) | 160.36º | 0.45% | 0.48% | - |
| XYZ | 12.02 | 16.41 | 15.9 | - |
| YUV | 104.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 105 | 0.45 | 0 | 0.15 | 0.52 | 160.36 | 0.29 | 0.37 |
| Hex | 44 | 7B | 69 | 2D | 0 | F | 34 | A0 | 1D | 25 |
| Octal | 104 | 173 | 151 | 55 | 0 | 17 | 64 | 240 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1101001 | 101101 | 0 | 1111 | 110100 | 10100000 | 11101 | 100101 |
Color Harmonies of #447B69
Complementary color
Monochromatic Colors of #447B69
Black with #447B69
Text Example
Text Example
White with #447B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B69; }
p { color: rgb(68,123,105); }
H1.HeaderClassName
{
color: #447B69;
}
.AnyTagClassName
{
color: #447B69;
}
</style>
background-color css
<style>
a { background-color: #447B69; }
a { background-color: rgb(68,123,105); }
div.DivClassName
{
background-color: #447B69;
}
.BgClassName
{
background-color: #447B69;
}
</style>
border-color css
<style>
span { border-color: #447B69; }
span { border-color: rgb(68,123,105); }
td.TdClassName
{
border-color: #447B69;
}
.TagClassName
{
border-color: #447B69;
}
</style>