Shades of Viridian #40896D
Tints of Viridian #40896D
RGB
CMYK
RGB Variations
Color information
#40896D (or 0x40896D) is known color: Viridian. HEX triplet: 40, 89 and 6D. RGB value is (64,137,109). Sum of RGB (Red+Green+Blue) = 64+137+109=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #40896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40896D is #BF7692. Grayscale: #707070. Windows color (decimal): -12547731 or 7178560. OLE color: 7178560.
HSL color Cylindrical-coordinate representation of color #40896D: hue angle of 156.99º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40896D is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 137 | 109 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.46 |
| HSL | 156.99º | 0.36% | 0.39% | - |
| HSV(B) | 156.99º | 0.53% | 0.54% | - |
| XYZ | 13.82 | 20.09 | 17.62 | - |
| YUV | 111.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 109 | 0.53 | 0 | 0.20 | 0.46 | 156.99 | 0.36 | 0.39 |
| Hex | 40 | 89 | 6D | 35 | 0 | 14 | 2E | 9D | 24 | 27 |
| Octal | 100 | 211 | 155 | 65 | 0 | 24 | 56 | 235 | 44 | 47 |
| Binary | 1000000 | 10001001 | 1101101 | 110101 | 0 | 10100 | 101110 | 10011101 | 100100 | 100111 |
Color Harmonies of #40896D
Complementary color
Monochromatic Colors of #40896D
Black with #40896D
Text Example
Text Example
White with #40896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40896D; }
p { color: rgb(64,137,109); }
H1.HeaderClassName
{
color: #40896D;
}
.AnyTagClassName
{
color: #40896D;
}
</style>
background-color css
<style>
a { background-color: #40896D; }
a { background-color: rgb(64,137,109); }
div.DivClassName
{
background-color: #40896D;
}
.BgClassName
{
background-color: #40896D;
}
</style>
border-color css
<style>
span { border-color: #40896D; }
span { border-color: rgb(64,137,109); }
td.TdClassName
{
border-color: #40896D;
}
.TagClassName
{
border-color: #40896D;
}
</style>