Shades of Viridian #398864
Tints of Viridian #398864
RGB
CMYK
RGB Variations
Color information
#398864 (or 0x398864) is known color: Viridian. HEX triplet: 39, 88 and 64. RGB value is (57,136,100). Sum of RGB (Red+Green+Blue) = 57+136+100=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #398864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398864 is #C6779B. Grayscale: #6C6C6C. Windows color (decimal): -13006748 or 6588473. OLE color: 6588473.
HSL color Cylindrical-coordinate representation of color #398864: hue angle of 152.66º 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 #398864 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 136 | 100 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.47 |
| HSL | 152.66º | 0.41% | 0.38% | - |
| HSV(B) | 152.66º | 0.58% | 0.53% | - |
| XYZ | 12.79 | 19.4 | 15.13 | - |
| YUV | 108.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 100 | 0.58 | 0 | 0.26 | 0.47 | 152.66 | 0.41 | 0.38 |
| Hex | 39 | 88 | 64 | 3A | 0 | 1A | 2F | 99 | 29 | 26 |
| Octal | 71 | 210 | 144 | 72 | 0 | 32 | 57 | 231 | 51 | 46 |
| Binary | 111001 | 10001000 | 1100100 | 111010 | 0 | 11010 | 101111 | 10011001 | 101001 | 100110 |
Color Harmonies of #398864
Complementary color
Monochromatic Colors of #398864
Black with #398864
Text Example
Text Example
White with #398864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398864; }
p { color: rgb(57,136,100); }
H1.HeaderClassName
{
color: #398864;
}
.AnyTagClassName
{
color: #398864;
}
</style>
background-color css
<style>
a { background-color: #398864; }
a { background-color: rgb(57,136,100); }
div.DivClassName
{
background-color: #398864;
}
.BgClassName
{
background-color: #398864;
}
</style>
border-color css
<style>
span { border-color: #398864; }
span { border-color: rgb(57,136,100); }
td.TdClassName
{
border-color: #398864;
}
.TagClassName
{
border-color: #398864;
}
</style>