Shades of Viridian #397862
Tints of Viridian #397862
RGB
CMYK
RGB Variations
Color information
#397862 (or 0x397862) is known color: Viridian. HEX triplet: 39, 78 and 62. RGB value is (57,120,98). Sum of RGB (Red+Green+Blue) = 57+120+98=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #397862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397862 is #C6879D. Grayscale: #626262. Windows color (decimal): -13010846 or 6453305. OLE color: 6453305.
HSL color Cylindrical-coordinate representation of color #397862: hue angle of 159.05º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397862 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 98 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.53 |
| HSL | 159.05º | 0.36% | 0.35% | - |
| HSV(B) | 159.05º | 0.53% | 0.47% | - |
| XYZ | 10.61 | 15.18 | 13.93 | - |
| YUV | 98.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 98 | 0.52 | 0 | 0.18 | 0.53 | 159.05 | 0.36 | 0.35 |
| Hex | 39 | 78 | 62 | 34 | 0 | 12 | 35 | 9F | 24 | 23 |
| Octal | 71 | 170 | 142 | 64 | 0 | 22 | 65 | 237 | 44 | 43 |
| Binary | 111001 | 1111000 | 1100010 | 110100 | 0 | 10010 | 110101 | 10011111 | 100100 | 100011 |
Color Harmonies of #397862
Complementary color
Monochromatic Colors of #397862
Black with #397862
Text Example
Text Example
White with #397862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397862; }
p { color: rgb(57,120,98); }
H1.HeaderClassName
{
color: #397862;
}
.AnyTagClassName
{
color: #397862;
}
</style>
background-color css
<style>
a { background-color: #397862; }
a { background-color: rgb(57,120,98); }
div.DivClassName
{
background-color: #397862;
}
.BgClassName
{
background-color: #397862;
}
</style>
border-color css
<style>
span { border-color: #397862; }
span { border-color: rgb(57,120,98); }
td.TdClassName
{
border-color: #397862;
}
.TagClassName
{
border-color: #397862;
}
</style>