Shades of Viridian #398675
Tints of Viridian #398675
RGB
CMYK
RGB Variations
Color information
#398675 (or 0x398675) is known color: Viridian. HEX triplet: 39, 86 and 75. RGB value is (57,134,117). Sum of RGB (Red+Green+Blue) = 57+134+117=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #398675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398675 is #C6798A. Grayscale: #6D6D6D. Windows color (decimal): -13007243 or 7702073. OLE color: 7702073.
HSL color Cylindrical-coordinate representation of color #398675: hue angle of 166.75º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398675 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 134 | 117 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.47 |
| HSL | 166.75º | 0.4% | 0.37% | - |
| HSV(B) | 166.75º | 0.57% | 0.53% | - |
| XYZ | 13.42 | 19.2 | 19.83 | - |
| YUV | 109.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 134 | 117 | 0.57 | 0 | 0.13 | 0.47 | 166.75 | 0.4 | 0.37 |
| Hex | 39 | 86 | 75 | 39 | 0 | D | 2F | A7 | 28 | 25 |
| Octal | 71 | 206 | 165 | 71 | 0 | 15 | 57 | 247 | 50 | 45 |
| Binary | 111001 | 10000110 | 1110101 | 111001 | 0 | 1101 | 101111 | 10100111 | 101000 | 100101 |
Color Harmonies of #398675
Complementary color
Monochromatic Colors of #398675
Black with #398675
Text Example
Text Example
White with #398675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398675; }
p { color: rgb(57,134,117); }
H1.HeaderClassName
{
color: #398675;
}
.AnyTagClassName
{
color: #398675;
}
</style>
background-color css
<style>
a { background-color: #398675; }
a { background-color: rgb(57,134,117); }
div.DivClassName
{
background-color: #398675;
}
.BgClassName
{
background-color: #398675;
}
</style>
border-color css
<style>
span { border-color: #398675; }
span { border-color: rgb(57,134,117); }
td.TdClassName
{
border-color: #398675;
}
.TagClassName
{
border-color: #398675;
}
</style>