Shades of Viridian #448676
Tints of Viridian #448676
RGB
CMYK
RGB Variations
Color information
#448676 (or 0x448676) is known color: Viridian. HEX triplet: 44, 86 and 76. RGB value is (68,134,118). Sum of RGB (Red+Green+Blue) = 68+134+118=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #448676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448676 is #BB7989. Grayscale: #707070. Windows color (decimal): -12286346 or 7767620. OLE color: 7767620.
HSL color Cylindrical-coordinate representation of color #448676: hue angle of 165.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448676 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 118 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.47 |
| HSL | 165.45º | 0.33% | 0.4% | - |
| HSV(B) | 165.45º | 0.49% | 0.53% | - |
| XYZ | 14.18 | 19.59 | 20.17 | - |
| YUV | 112.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 118 | 0.49 | 0 | 0.12 | 0.47 | 165.45 | 0.33 | 0.4 |
| Hex | 44 | 86 | 76 | 31 | 0 | C | 2F | A5 | 21 | 28 |
| Octal | 104 | 206 | 166 | 61 | 0 | 14 | 57 | 245 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1110110 | 110001 | 0 | 1100 | 101111 | 10100101 | 100001 | 101000 |
Color Harmonies of #448676
Complementary color
Monochromatic Colors of #448676
Black with #448676
Text Example
Text Example
White with #448676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448676; }
p { color: rgb(68,134,118); }
H1.HeaderClassName
{
color: #448676;
}
.AnyTagClassName
{
color: #448676;
}
</style>
background-color css
<style>
a { background-color: #448676; }
a { background-color: rgb(68,134,118); }
div.DivClassName
{
background-color: #448676;
}
.BgClassName
{
background-color: #448676;
}
</style>
border-color css
<style>
span { border-color: #448676; }
span { border-color: rgb(68,134,118); }
td.TdClassName
{
border-color: #448676;
}
.TagClassName
{
border-color: #448676;
}
</style>