Shades of Viridian #398965
Tints of Viridian #398965
RGB
CMYK
RGB Variations
Color information
#398965 (or 0x398965) is known color: Viridian. HEX triplet: 39, 89 and 65. RGB value is (57,137,101). Sum of RGB (Red+Green+Blue) = 57+137+101=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #398965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398965 is #C6769A. Grayscale: #6D6D6D. Windows color (decimal): -13006491 or 6654265. OLE color: 6654265.
HSL color Cylindrical-coordinate representation of color #398965: hue angle of 153º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398965 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 137 | 101 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.46 |
| HSL | 153º | 0.41% | 0.38% | - |
| HSV(B) | 153º | 0.58% | 0.54% | - |
| XYZ | 12.98 | 19.7 | 15.43 | - |
| YUV | 108.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 137 | 101 | 0.58 | 0 | 0.26 | 0.46 | 153 | 0.41 | 0.38 |
| Hex | 39 | 89 | 65 | 3A | 0 | 1A | 2E | 99 | 29 | 26 |
| Octal | 71 | 211 | 145 | 72 | 0 | 32 | 56 | 231 | 51 | 46 |
| Binary | 111001 | 10001001 | 1100101 | 111010 | 0 | 11010 | 101110 | 10011001 | 101001 | 100110 |
Color Harmonies of #398965
Complementary color
Monochromatic Colors of #398965
Black with #398965
Text Example
Text Example
White with #398965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398965; }
p { color: rgb(57,137,101); }
H1.HeaderClassName
{
color: #398965;
}
.AnyTagClassName
{
color: #398965;
}
</style>
background-color css
<style>
a { background-color: #398965; }
a { background-color: rgb(57,137,101); }
div.DivClassName
{
background-color: #398965;
}
.BgClassName
{
background-color: #398965;
}
</style>
border-color css
<style>
span { border-color: #398965; }
span { border-color: rgb(57,137,101); }
td.TdClassName
{
border-color: #398965;
}
.TagClassName
{
border-color: #398965;
}
</style>