Shades of Viridian #399274
Tints of Viridian #399274
RGB
CMYK
RGB Variations
Color information
#399274 (or 0x399274) is known color: Viridian. HEX triplet: 39, 92 and 74. RGB value is (57,146,116). Sum of RGB (Red+Green+Blue) = 57+146+116=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #399274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399274 is #C66D8B. Grayscale: #747474. Windows color (decimal): -13004172 or 7639609. OLE color: 7639609.
HSL color Cylindrical-coordinate representation of color #399274: hue angle of 159.78º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399274 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 116 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.43 |
| HSL | 159.78º | 0.44% | 0.4% | - |
| HSV(B) | 159.78º | 0.61% | 0.57% | - |
| XYZ | 15.12 | 22.69 | 20.11 | - |
| YUV | 115.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 116 | 0.61 | 0 | 0.21 | 0.43 | 159.78 | 0.44 | 0.4 |
| Hex | 39 | 92 | 74 | 3D | 0 | 15 | 2B | A0 | 2C | 28 |
| Octal | 71 | 222 | 164 | 75 | 0 | 25 | 53 | 240 | 54 | 50 |
| Binary | 111001 | 10010010 | 1110100 | 111101 | 0 | 10101 | 101011 | 10100000 | 101100 | 101000 |
Color Harmonies of #399274
Complementary color
Monochromatic Colors of #399274
Black with #399274
Text Example
Text Example
White with #399274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399274; }
p { color: rgb(57,146,116); }
H1.HeaderClassName
{
color: #399274;
}
.AnyTagClassName
{
color: #399274;
}
</style>
background-color css
<style>
a { background-color: #399274; }
a { background-color: rgb(57,146,116); }
div.DivClassName
{
background-color: #399274;
}
.BgClassName
{
background-color: #399274;
}
</style>
border-color css
<style>
span { border-color: #399274; }
span { border-color: rgb(57,146,116); }
td.TdClassName
{
border-color: #399274;
}
.TagClassName
{
border-color: #399274;
}
</style>