Shades of Viridian #40956F
Tints of Viridian #40956F
RGB
CMYK
RGB Variations
Color information
#40956F (or 0x40956F) is known color: Viridian. HEX triplet: 40, 95 and 6F. RGB value is (64,149,111). Sum of RGB (Red+Green+Blue) = 64+149+111=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #40956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956F is #BF6A90. Grayscale: #777777. Windows color (decimal): -12544657 or 7312704. OLE color: 7312704.
HSL color Cylindrical-coordinate representation of color #40956F: hue angle of 153.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40956F is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 111 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.42 |
| HSL | 153.18º | 0.4% | 0.42% | - |
| HSV(B) | 153.18º | 0.57% | 0.58% | - |
| XYZ | 15.73 | 23.73 | 18.79 | - |
| YUV | 119.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 111 | 0.57 | 0 | 0.26 | 0.42 | 153.18 | 0.4 | 0.42 |
| Hex | 40 | 95 | 6F | 39 | 0 | 1A | 2A | 99 | 28 | 2A |
| Octal | 100 | 225 | 157 | 71 | 0 | 32 | 52 | 231 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1101111 | 111001 | 0 | 11010 | 101010 | 10011001 | 101000 | 101010 |
Color Harmonies of #40956F
Complementary color
Monochromatic Colors of #40956F
Black with #40956F
Text Example
Text Example
White with #40956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40956F; }
p { color: rgb(64,149,111); }
H1.HeaderClassName
{
color: #40956F;
}
.AnyTagClassName
{
color: #40956F;
}
</style>
background-color css
<style>
a { background-color: #40956F; }
a { background-color: rgb(64,149,111); }
div.DivClassName
{
background-color: #40956F;
}
.BgClassName
{
background-color: #40956F;
}
</style>
border-color css
<style>
span { border-color: #40956F; }
span { border-color: rgb(64,149,111); }
td.TdClassName
{
border-color: #40956F;
}
.TagClassName
{
border-color: #40956F;
}
</style>