Shades of Viridian #448F76
Tints of Viridian #448F76
RGB
CMYK
RGB Variations
Color information
#448F76 (or 0x448F76) is known color: Viridian. HEX triplet: 44, 8F and 76. RGB value is (68,143,118). Sum of RGB (Red+Green+Blue) = 68+143+118=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #448F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F76 is #BB7089. Grayscale: #757575. Windows color (decimal): -12284042 or 7769924. OLE color: 7769924.
HSL color Cylindrical-coordinate representation of color #448F76: hue angle of 160º 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 #448F76 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 118 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.44 |
| HSL | 160º | 0.36% | 0.41% | - |
| HSV(B) | 160º | 0.52% | 0.56% | - |
| XYZ | 15.48 | 22.18 | 20.61 | - |
| YUV | 117.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 118 | 0.52 | 0 | 0.17 | 0.44 | 160 | 0.36 | 0.41 |
| Hex | 44 | 8F | 76 | 34 | 0 | 11 | 2C | A0 | 24 | 29 |
| Octal | 104 | 217 | 166 | 64 | 0 | 21 | 54 | 240 | 44 | 51 |
| Binary | 1000100 | 10001111 | 1110110 | 110100 | 0 | 10001 | 101100 | 10100000 | 100100 | 101001 |
Color Harmonies of #448F76
Complementary color
Monochromatic Colors of #448F76
Black with #448F76
Text Example
Text Example
White with #448F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F76; }
p { color: rgb(68,143,118); }
H1.HeaderClassName
{
color: #448F76;
}
.AnyTagClassName
{
color: #448F76;
}
</style>
background-color css
<style>
a { background-color: #448F76; }
a { background-color: rgb(68,143,118); }
div.DivClassName
{
background-color: #448F76;
}
.BgClassName
{
background-color: #448F76;
}
</style>
border-color css
<style>
span { border-color: #448F76; }
span { border-color: rgb(68,143,118); }
td.TdClassName
{
border-color: #448F76;
}
.TagClassName
{
border-color: #448F76;
}
</style>