Shades of Viridian #448F72
Tints of Viridian #448F72
RGB
CMYK
RGB Variations
Color information
#448F72 (or 0x448F72) is known color: Viridian. HEX triplet: 44, 8F and 72. RGB value is (68,143,114). Sum of RGB (Red+Green+Blue) = 68+143+114=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #448F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F72 is #BB708D. Grayscale: #757575. Windows color (decimal): -12284046 or 7507780. OLE color: 7507780.
HSL color Cylindrical-coordinate representation of color #448F72: hue angle of 156.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F72 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 114 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.44 |
| HSL | 156.8º | 0.36% | 0.41% | - |
| HSV(B) | 156.8º | 0.52% | 0.56% | - |
| XYZ | 15.24 | 22.09 | 19.38 | - |
| YUV | 117.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 114 | 0.52 | 0 | 0.20 | 0.44 | 156.8 | 0.36 | 0.41 |
| Hex | 44 | 8F | 72 | 34 | 0 | 14 | 2C | 9D | 24 | 29 |
| Octal | 104 | 217 | 162 | 64 | 0 | 24 | 54 | 235 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1110010 | 110100 | 0 | 10100 | 101100 | 10011101 | 100100 | 101001 |
Color Harmonies of #448F72
Complementary color
Monochromatic Colors of #448F72
Black with #448F72
Text Example
Text Example
White with #448F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F72; }
p { color: rgb(68,143,114); }
H1.HeaderClassName
{
color: #448F72;
}
.AnyTagClassName
{
color: #448F72;
}
</style>
background-color css
<style>
a { background-color: #448F72; }
a { background-color: rgb(68,143,114); }
div.DivClassName
{
background-color: #448F72;
}
.BgClassName
{
background-color: #448F72;
}
</style>
border-color css
<style>
span { border-color: #448F72; }
span { border-color: rgb(68,143,114); }
td.TdClassName
{
border-color: #448F72;
}
.TagClassName
{
border-color: #448F72;
}
</style>