Shades of Viridian #40936F
Tints of Viridian #40936F
RGB
CMYK
RGB Variations
Color information
#40936F (or 0x40936F) is known color: Viridian. HEX triplet: 40, 93 and 6F. RGB value is (64,147,111). Sum of RGB (Red+Green+Blue) = 64+147+111=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #40936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40936F is #BF6C90. Grayscale: #767676. Windows color (decimal): -12545169 or 7312192. OLE color: 7312192.
HSL color Cylindrical-coordinate representation of color #40936F: hue angle of 153.98º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40936F is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 111 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.42 |
| HSL | 153.98º | 0.39% | 0.41% | - |
| HSV(B) | 153.98º | 0.56% | 0.58% | - |
| XYZ | 15.42 | 23.11 | 18.69 | - |
| YUV | 118.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 111 | 0.56 | 0 | 0.24 | 0.42 | 153.98 | 0.39 | 0.41 |
| Hex | 40 | 93 | 6F | 38 | 0 | 18 | 2A | 9A | 27 | 29 |
| Octal | 100 | 223 | 157 | 70 | 0 | 30 | 52 | 232 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1101111 | 111000 | 0 | 11000 | 101010 | 10011010 | 100111 | 101001 |
Color Harmonies of #40936F
Complementary color
Monochromatic Colors of #40936F
Black with #40936F
Text Example
Text Example
White with #40936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40936F; }
p { color: rgb(64,147,111); }
H1.HeaderClassName
{
color: #40936F;
}
.AnyTagClassName
{
color: #40936F;
}
</style>
background-color css
<style>
a { background-color: #40936F; }
a { background-color: rgb(64,147,111); }
div.DivClassName
{
background-color: #40936F;
}
.BgClassName
{
background-color: #40936F;
}
</style>
border-color css
<style>
span { border-color: #40936F; }
span { border-color: rgb(64,147,111); }
td.TdClassName
{
border-color: #40936F;
}
.TagClassName
{
border-color: #40936F;
}
</style>