Shades of Viridian #448478
Tints of Viridian #448478
RGB
CMYK
RGB Variations
Color information
#448478 (or 0x448478) is known color: Viridian. HEX triplet: 44, 84 and 78. RGB value is (68,132,120). Sum of RGB (Red+Green+Blue) = 68+132+120=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #448478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448478 is #BB7B87. Grayscale: #6F6F6F. Windows color (decimal): -12286856 or 7898180. OLE color: 7898180.
HSL color Cylindrical-coordinate representation of color #448478: hue angle of 168.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448478 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 120 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.48 |
| HSL | 168.75º | 0.32% | 0.39% | - |
| HSV(B) | 168.75º | 0.48% | 0.52% | - |
| XYZ | 14.03 | 19.09 | 20.71 | - |
| YUV | 111.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 120 | 0.48 | 0 | 0.09 | 0.48 | 168.75 | 0.32 | 0.39 |
| Hex | 44 | 84 | 78 | 30 | 0 | 9 | 30 | A9 | 20 | 27 |
| Octal | 104 | 204 | 170 | 60 | 0 | 11 | 60 | 251 | 40 | 47 |
| Binary | 1000100 | 10000100 | 1111000 | 110000 | 0 | 1001 | 110000 | 10101001 | 100000 | 100111 |
Color Harmonies of #448478
Complementary color
Monochromatic Colors of #448478
Black with #448478
Text Example
Text Example
White with #448478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448478; }
p { color: rgb(68,132,120); }
H1.HeaderClassName
{
color: #448478;
}
.AnyTagClassName
{
color: #448478;
}
</style>
background-color css
<style>
a { background-color: #448478; }
a { background-color: rgb(68,132,120); }
div.DivClassName
{
background-color: #448478;
}
.BgClassName
{
background-color: #448478;
}
</style>
border-color css
<style>
span { border-color: #448478; }
span { border-color: rgb(68,132,120); }
td.TdClassName
{
border-color: #448478;
}
.TagClassName
{
border-color: #448478;
}
</style>