Shades of Viridian #448F70
Tints of Viridian #448F70
RGB
CMYK
RGB Variations
Color information
#448F70 (or 0x448F70) is known color: Viridian. HEX triplet: 44, 8F and 70. RGB value is (68,143,112). Sum of RGB (Red+Green+Blue) = 68+143+112=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #448F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F70 is #BB708F. Grayscale: #757575. Windows color (decimal): -12284048 or 7376708. OLE color: 7376708.
HSL color Cylindrical-coordinate representation of color #448F70: hue angle of 155.2º 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 #448F70 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 112 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.44 |
| HSL | 155.2º | 0.36% | 0.41% | - |
| HSV(B) | 155.2º | 0.52% | 0.56% | - |
| XYZ | 15.13 | 22.04 | 18.79 | - |
| YUV | 117.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 112 | 0.52 | 0 | 0.22 | 0.44 | 155.2 | 0.36 | 0.41 |
| Hex | 44 | 8F | 70 | 34 | 0 | 16 | 2C | 9B | 24 | 29 |
| Octal | 104 | 217 | 160 | 64 | 0 | 26 | 54 | 233 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1110000 | 110100 | 0 | 10110 | 101100 | 10011011 | 100100 | 101001 |
Color Harmonies of #448F70
Complementary color
Monochromatic Colors of #448F70
Black with #448F70
Text Example
Text Example
White with #448F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F70; }
p { color: rgb(68,143,112); }
H1.HeaderClassName
{
color: #448F70;
}
.AnyTagClassName
{
color: #448F70;
}
</style>
background-color css
<style>
a { background-color: #448F70; }
a { background-color: rgb(68,143,112); }
div.DivClassName
{
background-color: #448F70;
}
.BgClassName
{
background-color: #448F70;
}
</style>
border-color css
<style>
span { border-color: #448F70; }
span { border-color: rgb(68,143,112); }
td.TdClassName
{
border-color: #448F70;
}
.TagClassName
{
border-color: #448F70;
}
</style>