Shades of Viridian #448B77
Tints of Viridian #448B77
RGB
CMYK
RGB Variations
Color information
#448B77 (or 0x448B77) is known color: Viridian. HEX triplet: 44, 8B and 77. RGB value is (68,139,119). Sum of RGB (Red+Green+Blue) = 68+139+119=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #448B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B77 is #BB7488. Grayscale: #737373. Windows color (decimal): -12285065 or 7834436. OLE color: 7834436.
HSL color Cylindrical-coordinate representation of color #448B77: hue angle of 163.1º 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 #448B77 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 139 | 119 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.45 |
| HSL | 163.1º | 0.34% | 0.41% | - |
| HSV(B) | 163.1º | 0.51% | 0.55% | - |
| XYZ | 14.95 | 21.03 | 20.72 | - |
| YUV | 115.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 119 | 0.51 | 0 | 0.14 | 0.45 | 163.1 | 0.34 | 0.41 |
| Hex | 44 | 8B | 77 | 33 | 0 | E | 2D | A3 | 22 | 29 |
| Octal | 104 | 213 | 167 | 63 | 0 | 16 | 55 | 243 | 42 | 51 |
| Binary | 1000100 | 10001011 | 1110111 | 110011 | 0 | 1110 | 101101 | 10100011 | 100010 | 101001 |
Color Harmonies of #448B77
Complementary color
Monochromatic Colors of #448B77
Black with #448B77
Text Example
Text Example
White with #448B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448B77; }
p { color: rgb(68,139,119); }
H1.HeaderClassName
{
color: #448B77;
}
.AnyTagClassName
{
color: #448B77;
}
</style>
background-color css
<style>
a { background-color: #448B77; }
a { background-color: rgb(68,139,119); }
div.DivClassName
{
background-color: #448B77;
}
.BgClassName
{
background-color: #448B77;
}
</style>
border-color css
<style>
span { border-color: #448B77; }
span { border-color: rgb(68,139,119); }
td.TdClassName
{
border-color: #448B77;
}
.TagClassName
{
border-color: #448B77;
}
</style>