Shades of Viridian #448B72
Tints of Viridian #448B72
RGB
CMYK
RGB Variations
Color information
#448B72 (or 0x448B72) is known color: Viridian. HEX triplet: 44, 8B and 72. RGB value is (68,139,114). Sum of RGB (Red+Green+Blue) = 68+139+114=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #448B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B72 is #BB748D. Grayscale: #727272. Windows color (decimal): -12285070 or 7506756. OLE color: 7506756.
HSL color Cylindrical-coordinate representation of color #448B72: hue angle of 158.87º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B72 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 114 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.45 |
| HSL | 158.87º | 0.34% | 0.41% | - |
| HSV(B) | 158.87º | 0.51% | 0.55% | - |
| XYZ | 14.65 | 20.91 | 19.18 | - |
| YUV | 114.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 114 | 0.51 | 0 | 0.18 | 0.45 | 158.87 | 0.34 | 0.41 |
| Hex | 44 | 8B | 72 | 33 | 0 | 12 | 2D | 9F | 22 | 29 |
| Octal | 104 | 213 | 162 | 63 | 0 | 22 | 55 | 237 | 42 | 51 |
| Binary | 1000100 | 10001011 | 1110010 | 110011 | 0 | 10010 | 101101 | 10011111 | 100010 | 101001 |
Color Harmonies of #448B72
Complementary color
Monochromatic Colors of #448B72
Black with #448B72
Text Example
Text Example
White with #448B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B72; }
p { color: rgb(68,139,114); }
H1.HeaderClassName
{
color: #448B72;
}
.AnyTagClassName
{
color: #448B72;
}
</style>
background-color css
<style>
a { background-color: #448B72; }
a { background-color: rgb(68,139,114); }
div.DivClassName
{
background-color: #448B72;
}
.BgClassName
{
background-color: #448B72;
}
</style>
border-color css
<style>
span { border-color: #448B72; }
span { border-color: rgb(68,139,114); }
td.TdClassName
{
border-color: #448B72;
}
.TagClassName
{
border-color: #448B72;
}
</style>