Shades of Viridian #399277
Tints of Viridian #399277
RGB
CMYK
RGB Variations
Color information
#399277 (or 0x399277) is known color: Viridian. HEX triplet: 39, 92 and 77. RGB value is (57,146,119). Sum of RGB (Red+Green+Blue) = 57+146+119=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #399277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399277 is #C66D88. Grayscale: #747474. Windows color (decimal): -13004169 or 7836217. OLE color: 7836217.
HSL color Cylindrical-coordinate representation of color #399277: hue angle of 161.8º 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 #399277 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 119 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.43 |
| HSL | 161.8º | 0.44% | 0.4% | - |
| HSV(B) | 161.8º | 0.61% | 0.57% | - |
| XYZ | 15.3 | 22.76 | 21.04 | - |
| YUV | 116.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 119 | 0.61 | 0 | 0.18 | 0.43 | 161.8 | 0.44 | 0.4 |
| Hex | 39 | 92 | 77 | 3D | 0 | 12 | 2B | A2 | 2C | 28 |
| Octal | 71 | 222 | 167 | 75 | 0 | 22 | 53 | 242 | 54 | 50 |
| Binary | 111001 | 10010010 | 1110111 | 111101 | 0 | 10010 | 101011 | 10100010 | 101100 | 101000 |
Color Harmonies of #399277
Complementary color
Monochromatic Colors of #399277
Black with #399277
Text Example
Text Example
White with #399277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399277; }
p { color: rgb(57,146,119); }
H1.HeaderClassName
{
color: #399277;
}
.AnyTagClassName
{
color: #399277;
}
</style>
background-color css
<style>
a { background-color: #399277; }
a { background-color: rgb(57,146,119); }
div.DivClassName
{
background-color: #399277;
}
.BgClassName
{
background-color: #399277;
}
</style>
border-color css
<style>
span { border-color: #399277; }
span { border-color: rgb(57,146,119); }
td.TdClassName
{
border-color: #399277;
}
.TagClassName
{
border-color: #399277;
}
</style>