Shades of Viridian #448968
Tints of Viridian #448968
RGB
CMYK
RGB Variations
Color information
#448968 (or 0x448968) is known color: Viridian. HEX triplet: 44, 89 and 68. RGB value is (68,137,104). Sum of RGB (Red+Green+Blue) = 68+137+104=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #448968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448968 is #BB7697. Grayscale: #707070. Windows color (decimal): -12285592 or 6850884. OLE color: 6850884.
HSL color Cylindrical-coordinate representation of color #448968: hue angle of 151.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448968 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 104 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.46 |
| HSL | 151.3º | 0.34% | 0.4% | - |
| HSV(B) | 151.3º | 0.5% | 0.54% | - |
| XYZ | 13.83 | 20.12 | 16.25 | - |
| YUV | 112.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 104 | 0.50 | 0 | 0.24 | 0.46 | 151.3 | 0.34 | 0.4 |
| Hex | 44 | 89 | 68 | 32 | 0 | 18 | 2E | 97 | 22 | 28 |
| Octal | 104 | 211 | 150 | 62 | 0 | 30 | 56 | 227 | 42 | 50 |
| Binary | 1000100 | 10001001 | 1101000 | 110010 | 0 | 11000 | 101110 | 10010111 | 100010 | 101000 |
Color Harmonies of #448968
Complementary color
Monochromatic Colors of #448968
Black with #448968
Text Example
Text Example
White with #448968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448968; }
p { color: rgb(68,137,104); }
H1.HeaderClassName
{
color: #448968;
}
.AnyTagClassName
{
color: #448968;
}
</style>
background-color css
<style>
a { background-color: #448968; }
a { background-color: rgb(68,137,104); }
div.DivClassName
{
background-color: #448968;
}
.BgClassName
{
background-color: #448968;
}
</style>
border-color css
<style>
span { border-color: #448968; }
span { border-color: rgb(68,137,104); }
td.TdClassName
{
border-color: #448968;
}
.TagClassName
{
border-color: #448968;
}
</style>