Shades of Viridian #398778
Tints of Viridian #398778
RGB
CMYK
RGB Variations
Color information
#398778 (or 0x398778) is known color: Viridian. HEX triplet: 39, 87 and 78. RGB value is (57,135,120). Sum of RGB (Red+Green+Blue) = 57+135+120=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #398778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398778 is #C67887. Grayscale: #6D6D6D. Windows color (decimal): -13006984 or 7898937. OLE color: 7898937.
HSL color Cylindrical-coordinate representation of color #398778: hue angle of 168.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398778 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 135 | 120 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.47 |
| HSL | 168.46º | 0.41% | 0.38% | - |
| HSV(B) | 168.46º | 0.58% | 0.53% | - |
| XYZ | 13.74 | 19.55 | 20.82 | - |
| YUV | 109.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 120 | 0.58 | 0 | 0.11 | 0.47 | 168.46 | 0.41 | 0.38 |
| Hex | 39 | 87 | 78 | 3A | 0 | B | 2F | A8 | 29 | 26 |
| Octal | 71 | 207 | 170 | 72 | 0 | 13 | 57 | 250 | 51 | 46 |
| Binary | 111001 | 10000111 | 1111000 | 111010 | 0 | 1011 | 101111 | 10101000 | 101001 | 100110 |
Color Harmonies of #398778
Complementary color
Monochromatic Colors of #398778
Black with #398778
Text Example
Text Example
White with #398778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398778; }
p { color: rgb(57,135,120); }
H1.HeaderClassName
{
color: #398778;
}
.AnyTagClassName
{
color: #398778;
}
</style>
background-color css
<style>
a { background-color: #398778; }
a { background-color: rgb(57,135,120); }
div.DivClassName
{
background-color: #398778;
}
.BgClassName
{
background-color: #398778;
}
</style>
border-color css
<style>
span { border-color: #398778; }
span { border-color: rgb(57,135,120); }
td.TdClassName
{
border-color: #398778;
}
.TagClassName
{
border-color: #398778;
}
</style>