Shades of Viridian #448377
Tints of Viridian #448377
RGB
CMYK
RGB Variations
Color information
#448377 (or 0x448377) is known color: Viridian. HEX triplet: 44, 83 and 77. RGB value is (68,131,119). Sum of RGB (Red+Green+Blue) = 68+131+119=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #448377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448377 is #BB7C88. Grayscale: #6E6E6E. Windows color (decimal): -12287113 or 7832388. OLE color: 7832388.
HSL color Cylindrical-coordinate representation of color #448377: hue angle of 168.57º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448377 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 131 | 119 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.49 |
| HSL | 168.57º | 0.32% | 0.39% | - |
| HSV(B) | 168.57º | 0.48% | 0.51% | - |
| XYZ | 13.83 | 18.79 | 20.35 | - |
| YUV | 110.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 119 | 0.48 | 0 | 0.09 | 0.49 | 168.57 | 0.32 | 0.39 |
| Hex | 44 | 83 | 77 | 30 | 0 | 9 | 31 | A9 | 20 | 27 |
| Octal | 104 | 203 | 167 | 60 | 0 | 11 | 61 | 251 | 40 | 47 |
| Binary | 1000100 | 10000011 | 1110111 | 110000 | 0 | 1001 | 110001 | 10101001 | 100000 | 100111 |
Color Harmonies of #448377
Complementary color
Monochromatic Colors of #448377
Black with #448377
Text Example
Text Example
White with #448377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448377; }
p { color: rgb(68,131,119); }
H1.HeaderClassName
{
color: #448377;
}
.AnyTagClassName
{
color: #448377;
}
</style>
background-color css
<style>
a { background-color: #448377; }
a { background-color: rgb(68,131,119); }
div.DivClassName
{
background-color: #448377;
}
.BgClassName
{
background-color: #448377;
}
</style>
border-color css
<style>
span { border-color: #448377; }
span { border-color: rgb(68,131,119); }
td.TdClassName
{
border-color: #448377;
}
.TagClassName
{
border-color: #448377;
}
</style>