Shades of Viridian #448D6F
Tints of Viridian #448D6F
RGB
CMYK
RGB Variations
Color information
#448D6F (or 0x448D6F) is known color: Viridian. HEX triplet: 44, 8D and 6F. RGB value is (68,141,111). Sum of RGB (Red+Green+Blue) = 68+141+111=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #448D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D6F is #BB7290. Grayscale: #737373. Windows color (decimal): -12284561 or 7310660. OLE color: 7310660.
HSL color Cylindrical-coordinate representation of color #448D6F: hue angle of 155.34º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D6F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 111 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.45 |
| HSL | 155.34º | 0.35% | 0.41% | - |
| HSV(B) | 155.34º | 0.52% | 0.55% | - |
| XYZ | 14.78 | 21.43 | 18.4 | - |
| YUV | 115.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 111 | 0.52 | 0 | 0.21 | 0.45 | 155.34 | 0.35 | 0.41 |
| Hex | 44 | 8D | 6F | 34 | 0 | 15 | 2D | 9B | 23 | 29 |
| Octal | 104 | 215 | 157 | 64 | 0 | 25 | 55 | 233 | 43 | 51 |
| Binary | 1000100 | 10001101 | 1101111 | 110100 | 0 | 10101 | 101101 | 10011011 | 100011 | 101001 |
Color Harmonies of #448D6F
Complementary color
Monochromatic Colors of #448D6F
Black with #448D6F
Text Example
Text Example
White with #448D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D6F; }
p { color: rgb(68,141,111); }
H1.HeaderClassName
{
color: #448D6F;
}
.AnyTagClassName
{
color: #448D6F;
}
</style>
background-color css
<style>
a { background-color: #448D6F; }
a { background-color: rgb(68,141,111); }
div.DivClassName
{
background-color: #448D6F;
}
.BgClassName
{
background-color: #448D6F;
}
</style>
border-color css
<style>
span { border-color: #448D6F; }
span { border-color: rgb(68,141,111); }
td.TdClassName
{
border-color: #448D6F;
}
.TagClassName
{
border-color: #448D6F;
}
</style>