Shades of Viridian #398574
Tints of Viridian #398574
RGB
CMYK
RGB Variations
Color information
#398574 (or 0x398574) is known color: Viridian. HEX triplet: 39, 85 and 74. RGB value is (57,133,116). Sum of RGB (Red+Green+Blue) = 57+133+116=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #398574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398574 is #C67A8B. Grayscale: #6C6C6C. Windows color (decimal): -13007500 or 7636281. OLE color: 7636281.
HSL color Cylindrical-coordinate representation of color #398574: hue angle of 166.58º 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 #398574 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 133 | 116 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.48 |
| HSL | 166.58º | 0.4% | 0.37% | - |
| HSV(B) | 166.58º | 0.57% | 0.52% | - |
| XYZ | 13.23 | 18.91 | 19.48 | - |
| YUV | 108.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 116 | 0.57 | 0 | 0.13 | 0.48 | 166.58 | 0.4 | 0.37 |
| Hex | 39 | 85 | 74 | 39 | 0 | D | 30 | A7 | 28 | 25 |
| Octal | 71 | 205 | 164 | 71 | 0 | 15 | 60 | 247 | 50 | 45 |
| Binary | 111001 | 10000101 | 1110100 | 111001 | 0 | 1101 | 110000 | 10100111 | 101000 | 100101 |
Color Harmonies of #398574
Complementary color
Monochromatic Colors of #398574
Black with #398574
Text Example
Text Example
White with #398574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398574; }
p { color: rgb(57,133,116); }
H1.HeaderClassName
{
color: #398574;
}
.AnyTagClassName
{
color: #398574;
}
</style>
background-color css
<style>
a { background-color: #398574; }
a { background-color: rgb(57,133,116); }
div.DivClassName
{
background-color: #398574;
}
.BgClassName
{
background-color: #398574;
}
</style>
border-color css
<style>
span { border-color: #398574; }
span { border-color: rgb(57,133,116); }
td.TdClassName
{
border-color: #398574;
}
.TagClassName
{
border-color: #398574;
}
</style>