Shades of Viridian #398563
Tints of Viridian #398563
RGB
CMYK
RGB Variations
Color information
#398563 (or 0x398563) is known color: Viridian. HEX triplet: 39, 85 and 63. RGB value is (57,133,99). Sum of RGB (Red+Green+Blue) = 57+133+99=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #398563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398563 is #C67A9C. Grayscale: #6A6A6A. Windows color (decimal): -13007517 or 6522169. OLE color: 6522169.
HSL color Cylindrical-coordinate representation of color #398563: hue angle of 153.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398563 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 99 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.48 |
| HSL | 153.16º | 0.4% | 0.37% | - |
| HSV(B) | 153.16º | 0.57% | 0.52% | - |
| XYZ | 12.33 | 18.55 | 14.73 | - |
| YUV | 106.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 99 | 0.57 | 0 | 0.26 | 0.48 | 153.16 | 0.4 | 0.37 |
| Hex | 39 | 85 | 63 | 39 | 0 | 1A | 30 | 99 | 28 | 25 |
| Octal | 71 | 205 | 143 | 71 | 0 | 32 | 60 | 231 | 50 | 45 |
| Binary | 111001 | 10000101 | 1100011 | 111001 | 0 | 11010 | 110000 | 10011001 | 101000 | 100101 |
Color Harmonies of #398563
Complementary color
Monochromatic Colors of #398563
Black with #398563
Text Example
Text Example
White with #398563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398563; }
p { color: rgb(57,133,99); }
H1.HeaderClassName
{
color: #398563;
}
.AnyTagClassName
{
color: #398563;
}
</style>
background-color css
<style>
a { background-color: #398563; }
a { background-color: rgb(57,133,99); }
div.DivClassName
{
background-color: #398563;
}
.BgClassName
{
background-color: #398563;
}
</style>
border-color css
<style>
span { border-color: #398563; }
span { border-color: rgb(57,133,99); }
td.TdClassName
{
border-color: #398563;
}
.TagClassName
{
border-color: #398563;
}
</style>