Shades of Viridian #398975
Tints of Viridian #398975
RGB
CMYK
RGB Variations
Color information
#398975 (or 0x398975) is known color: Viridian. HEX triplet: 39, 89 and 75. RGB value is (57,137,117). Sum of RGB (Red+Green+Blue) = 57+137+117=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #398975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398975 is #C6768A. Grayscale: #6E6E6E. Windows color (decimal): -13006475 or 7702841. OLE color: 7702841.
HSL color Cylindrical-coordinate representation of color #398975: hue angle of 165º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398975 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 137 | 117 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.46 |
| HSL | 165º | 0.41% | 0.38% | - |
| HSV(B) | 165º | 0.58% | 0.54% | - |
| XYZ | 13.84 | 20.05 | 19.97 | - |
| YUV | 110.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 137 | 117 | 0.58 | 0 | 0.15 | 0.46 | 165 | 0.41 | 0.38 |
| Hex | 39 | 89 | 75 | 3A | 0 | F | 2E | A5 | 29 | 26 |
| Octal | 71 | 211 | 165 | 72 | 0 | 17 | 56 | 245 | 51 | 46 |
| Binary | 111001 | 10001001 | 1110101 | 111010 | 0 | 1111 | 101110 | 10100101 | 101001 | 100110 |
Color Harmonies of #398975
Complementary color
Monochromatic Colors of #398975
Black with #398975
Text Example
Text Example
White with #398975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398975; }
p { color: rgb(57,137,117); }
H1.HeaderClassName
{
color: #398975;
}
.AnyTagClassName
{
color: #398975;
}
</style>
background-color css
<style>
a { background-color: #398975; }
a { background-color: rgb(57,137,117); }
div.DivClassName
{
background-color: #398975;
}
.BgClassName
{
background-color: #398975;
}
</style>
border-color css
<style>
span { border-color: #398975; }
span { border-color: rgb(57,137,117); }
td.TdClassName
{
border-color: #398975;
}
.TagClassName
{
border-color: #398975;
}
</style>