Shades of Viridian #448170
Tints of Viridian #448170
RGB
CMYK
RGB Variations
Color information
#448170 (or 0x448170) is known color: Viridian. HEX triplet: 44, 81 and 70. RGB value is (68,129,112). Sum of RGB (Red+Green+Blue) = 68+129+112=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #448170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448170 is #BB7E8F. Grayscale: #6C6C6C. Windows color (decimal): -12287632 or 7373124. OLE color: 7373124.
HSL color Cylindrical-coordinate representation of color #448170: hue angle of 163.28º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448170 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 112 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.49 |
| HSL | 163.28º | 0.31% | 0.39% | - |
| HSV(B) | 163.28º | 0.47% | 0.51% | - |
| XYZ | 13.16 | 18.1 | 18.13 | - |
| YUV | 108.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 112 | 0.47 | 0 | 0.13 | 0.49 | 163.28 | 0.31 | 0.39 |
| Hex | 44 | 81 | 70 | 2F | 0 | D | 31 | A3 | 1F | 27 |
| Octal | 104 | 201 | 160 | 57 | 0 | 15 | 61 | 243 | 37 | 47 |
| Binary | 1000100 | 10000001 | 1110000 | 101111 | 0 | 1101 | 110001 | 10100011 | 11111 | 100111 |
Color Harmonies of #448170
Complementary color
Monochromatic Colors of #448170
Black with #448170
Text Example
Text Example
White with #448170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448170; }
p { color: rgb(68,129,112); }
H1.HeaderClassName
{
color: #448170;
}
.AnyTagClassName
{
color: #448170;
}
</style>
background-color css
<style>
a { background-color: #448170; }
a { background-color: rgb(68,129,112); }
div.DivClassName
{
background-color: #448170;
}
.BgClassName
{
background-color: #448170;
}
</style>
border-color css
<style>
span { border-color: #448170; }
span { border-color: rgb(68,129,112); }
td.TdClassName
{
border-color: #448170;
}
.TagClassName
{
border-color: #448170;
}
</style>