Shades of Viridian #399374
Tints of Viridian #399374
RGB
CMYK
RGB Variations
Color information
#399374 (or 0x399374) is known color: Viridian. HEX triplet: 39, 93 and 74. RGB value is (57,147,116). Sum of RGB (Red+Green+Blue) = 57+147+116=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #399374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399374 is #C66C8B. Grayscale: #747474. Windows color (decimal): -13003916 or 7639865. OLE color: 7639865.
HSL color Cylindrical-coordinate representation of color #399374: hue angle of 159.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399374 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 147 | 116 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.42 |
| HSL | 159.33º | 0.44% | 0.4% | - |
| HSV(B) | 159.33º | 0.61% | 0.58% | - |
| XYZ | 15.27 | 23 | 20.16 | - |
| YUV | 116.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 116 | 0.61 | 0 | 0.21 | 0.42 | 159.33 | 0.44 | 0.4 |
| Hex | 39 | 93 | 74 | 3D | 0 | 15 | 2A | 9F | 2C | 28 |
| Octal | 71 | 223 | 164 | 75 | 0 | 25 | 52 | 237 | 54 | 50 |
| Binary | 111001 | 10010011 | 1110100 | 111101 | 0 | 10101 | 101010 | 10011111 | 101100 | 101000 |
Color Harmonies of #399374
Complementary color
Monochromatic Colors of #399374
Black with #399374
Text Example
Text Example
White with #399374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399374; }
p { color: rgb(57,147,116); }
H1.HeaderClassName
{
color: #399374;
}
.AnyTagClassName
{
color: #399374;
}
</style>
background-color css
<style>
a { background-color: #399374; }
a { background-color: rgb(57,147,116); }
div.DivClassName
{
background-color: #399374;
}
.BgClassName
{
background-color: #399374;
}
</style>
border-color css
<style>
span { border-color: #399374; }
span { border-color: rgb(57,147,116); }
td.TdClassName
{
border-color: #399374;
}
.TagClassName
{
border-color: #399374;
}
</style>