Shades of Viridian #447F69
Tints of Viridian #447F69
RGB
CMYK
RGB Variations
Color information
#447F69 (or 0x447F69) is known color: Viridian. HEX triplet: 44, 7F and 69. RGB value is (68,127,105). Sum of RGB (Red+Green+Blue) = 68+127+105=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #447F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F69 is #BB8096. Grayscale: #6A6A6A. Windows color (decimal): -12288151 or 6913860. OLE color: 6913860.
HSL color Cylindrical-coordinate representation of color #447F69: hue angle of 157.63º 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 #447F69 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 105 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.50 |
| HSL | 157.63º | 0.3% | 0.38% | - |
| HSV(B) | 157.63º | 0.46% | 0.5% | - |
| XYZ | 12.52 | 17.43 | 16.07 | - |
| YUV | 106.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 105 | 0.46 | 0 | 0.17 | 0.50 | 157.63 | 0.3 | 0.38 |
| Hex | 44 | 7F | 69 | 2E | 0 | 11 | 32 | 9E | 1E | 26 |
| Octal | 104 | 177 | 151 | 56 | 0 | 21 | 62 | 236 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1101001 | 101110 | 0 | 10001 | 110010 | 10011110 | 11110 | 100110 |
Color Harmonies of #447F69
Complementary color
Monochromatic Colors of #447F69
Black with #447F69
Text Example
Text Example
White with #447F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F69; }
p { color: rgb(68,127,105); }
H1.HeaderClassName
{
color: #447F69;
}
.AnyTagClassName
{
color: #447F69;
}
</style>
background-color css
<style>
a { background-color: #447F69; }
a { background-color: rgb(68,127,105); }
div.DivClassName
{
background-color: #447F69;
}
.BgClassName
{
background-color: #447F69;
}
</style>
border-color css
<style>
span { border-color: #447F69; }
span { border-color: rgb(68,127,105); }
td.TdClassName
{
border-color: #447F69;
}
.TagClassName
{
border-color: #447F69;
}
</style>