Shades of Viridian #448F74
Tints of Viridian #448F74
RGB
CMYK
RGB Variations
Color information
#448F74 (or 0x448F74) is known color: Viridian. HEX triplet: 44, 8F and 74. RGB value is (68,143,116). Sum of RGB (Red+Green+Blue) = 68+143+116=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #448F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F74 is #BB708B. Grayscale: #757575. Windows color (decimal): -12284044 or 7638852. OLE color: 7638852.
HSL color Cylindrical-coordinate representation of color #448F74: hue angle of 158.4º 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 #448F74 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 116 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.44 |
| HSL | 158.4º | 0.36% | 0.41% | - |
| HSV(B) | 158.4º | 0.52% | 0.56% | - |
| XYZ | 15.36 | 22.13 | 19.99 | - |
| YUV | 117.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 116 | 0.52 | 0 | 0.19 | 0.44 | 158.4 | 0.36 | 0.41 |
| Hex | 44 | 8F | 74 | 34 | 0 | 13 | 2C | 9E | 24 | 29 |
| Octal | 104 | 217 | 164 | 64 | 0 | 23 | 54 | 236 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1110100 | 110100 | 0 | 10011 | 101100 | 10011110 | 100100 | 101001 |
Color Harmonies of #448F74
Complementary color
Monochromatic Colors of #448F74
Black with #448F74
Text Example
Text Example
White with #448F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F74; }
p { color: rgb(68,143,116); }
H1.HeaderClassName
{
color: #448F74;
}
.AnyTagClassName
{
color: #448F74;
}
</style>
background-color css
<style>
a { background-color: #448F74; }
a { background-color: rgb(68,143,116); }
div.DivClassName
{
background-color: #448F74;
}
.BgClassName
{
background-color: #448F74;
}
</style>
border-color css
<style>
span { border-color: #448F74; }
span { border-color: rgb(68,143,116); }
td.TdClassName
{
border-color: #448F74;
}
.TagClassName
{
border-color: #448F74;
}
</style>