Shades of Viridian #399078
Tints of Viridian #399078
RGB
CMYK
RGB Variations
Color information
#399078 (or 0x399078) is known color: Viridian. HEX triplet: 39, 90 and 78. RGB value is (57,144,120). Sum of RGB (Red+Green+Blue) = 57+144+120=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #399078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399078 is #C66F87. Grayscale: #737373. Windows color (decimal): -13004680 or 7901241. OLE color: 7901241.
HSL color Cylindrical-coordinate representation of color #399078: hue angle of 163.45º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399078 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 120 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.44 |
| HSL | 163.45º | 0.43% | 0.39% | - |
| HSV(B) | 163.45º | 0.6% | 0.56% | - |
| XYZ | 15.05 | 22.17 | 21.26 | - |
| YUV | 115.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 120 | 0.60 | 0 | 0.17 | 0.44 | 163.45 | 0.43 | 0.39 |
| Hex | 39 | 90 | 78 | 3C | 0 | 11 | 2C | A3 | 2B | 27 |
| Octal | 71 | 220 | 170 | 74 | 0 | 21 | 54 | 243 | 53 | 47 |
| Binary | 111001 | 10010000 | 1111000 | 111100 | 0 | 10001 | 101100 | 10100011 | 101011 | 100111 |
Color Harmonies of #399078
Complementary color
Monochromatic Colors of #399078
Black with #399078
Text Example
Text Example
White with #399078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399078; }
p { color: rgb(57,144,120); }
H1.HeaderClassName
{
color: #399078;
}
.AnyTagClassName
{
color: #399078;
}
</style>
background-color css
<style>
a { background-color: #399078; }
a { background-color: rgb(57,144,120); }
div.DivClassName
{
background-color: #399078;
}
.BgClassName
{
background-color: #399078;
}
</style>
border-color css
<style>
span { border-color: #399078; }
span { border-color: rgb(57,144,120); }
td.TdClassName
{
border-color: #399078;
}
.TagClassName
{
border-color: #399078;
}
</style>