Shades of Viridian #448678
Tints of Viridian #448678
RGB
CMYK
RGB Variations
Color information
#448678 (or 0x448678) is known color: Viridian. HEX triplet: 44, 86 and 78. RGB value is (68,134,120). Sum of RGB (Red+Green+Blue) = 68+134+120=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #448678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448678 is #BB7987. Grayscale: #707070. Windows color (decimal): -12286344 or 7898692. OLE color: 7898692.
HSL color Cylindrical-coordinate representation of color #448678: hue angle of 167.27º 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 #448678 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 120 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.47 |
| HSL | 167.27º | 0.33% | 0.4% | - |
| HSV(B) | 167.27º | 0.49% | 0.53% | - |
| XYZ | 14.3 | 19.64 | 20.81 | - |
| YUV | 112.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 120 | 0.49 | 0 | 0.10 | 0.47 | 167.27 | 0.33 | 0.4 |
| Hex | 44 | 86 | 78 | 31 | 0 | A | 2F | A7 | 21 | 28 |
| Octal | 104 | 206 | 170 | 61 | 0 | 12 | 57 | 247 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1111000 | 110001 | 0 | 1010 | 101111 | 10100111 | 100001 | 101000 |
Color Harmonies of #448678
Complementary color
Monochromatic Colors of #448678
Black with #448678
Text Example
Text Example
White with #448678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448678; }
p { color: rgb(68,134,120); }
H1.HeaderClassName
{
color: #448678;
}
.AnyTagClassName
{
color: #448678;
}
</style>
background-color css
<style>
a { background-color: #448678; }
a { background-color: rgb(68,134,120); }
div.DivClassName
{
background-color: #448678;
}
.BgClassName
{
background-color: #448678;
}
</style>
border-color css
<style>
span { border-color: #448678; }
span { border-color: rgb(68,134,120); }
td.TdClassName
{
border-color: #448678;
}
.TagClassName
{
border-color: #448678;
}
</style>