Shades of Viridian #448069
Tints of Viridian #448069
RGB
CMYK
RGB Variations
Color information
#448069 (or 0x448069) is known color: Viridian. HEX triplet: 44, 80 and 69. RGB value is (68,128,105). Sum of RGB (Red+Green+Blue) = 68+128+105=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #448069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448069 is #BB7F96. Grayscale: #6B6B6B. Windows color (decimal): -12287895 or 6914116. OLE color: 6914116.
HSL color Cylindrical-coordinate representation of color #448069: hue angle of 157º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448069 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 105 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.50 |
| HSL | 157º | 0.31% | 0.38% | - |
| HSV(B) | 157º | 0.47% | 0.5% | - |
| XYZ | 12.65 | 17.69 | 16.11 | - |
| YUV | 107.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 105 | 0.47 | 0 | 0.18 | 0.50 | 157 | 0.31 | 0.38 |
| Hex | 44 | 80 | 69 | 2F | 0 | 12 | 32 | 9D | 1F | 26 |
| Octal | 104 | 200 | 151 | 57 | 0 | 22 | 62 | 235 | 37 | 46 |
| Binary | 1000100 | 10000000 | 1101001 | 101111 | 0 | 10010 | 110010 | 10011101 | 11111 | 100110 |
Color Harmonies of #448069
Complementary color
Monochromatic Colors of #448069
Black with #448069
Text Example
Text Example
White with #448069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448069; }
p { color: rgb(68,128,105); }
H1.HeaderClassName
{
color: #448069;
}
.AnyTagClassName
{
color: #448069;
}
</style>
background-color css
<style>
a { background-color: #448069; }
a { background-color: rgb(68,128,105); }
div.DivClassName
{
background-color: #448069;
}
.BgClassName
{
background-color: #448069;
}
</style>
border-color css
<style>
span { border-color: #448069; }
span { border-color: rgb(68,128,105); }
td.TdClassName
{
border-color: #448069;
}
.TagClassName
{
border-color: #448069;
}
</style>