Shades of Viridian #40836F
Tints of Viridian #40836F
RGB
CMYK
RGB Variations
Color information
#40836F (or 0x40836F) is known color: Viridian. HEX triplet: 40, 83 and 6F. RGB value is (64,131,111). Sum of RGB (Red+Green+Blue) = 64+131+111=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #40836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40836F is #BF7C90. Grayscale: #6C6C6C. Windows color (decimal): -12549265 or 7308096. OLE color: 7308096.
HSL color Cylindrical-coordinate representation of color #40836F: hue angle of 162.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40836F is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 131 | 111 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.49 |
| HSL | 162.09º | 0.34% | 0.38% | - |
| HSV(B) | 162.09º | 0.51% | 0.51% | - |
| XYZ | 13.1 | 18.47 | 17.91 | - |
| YUV | 108.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 111 | 0.51 | 0 | 0.15 | 0.49 | 162.09 | 0.34 | 0.38 |
| Hex | 40 | 83 | 6F | 33 | 0 | F | 31 | A2 | 22 | 26 |
| Octal | 100 | 203 | 157 | 63 | 0 | 17 | 61 | 242 | 42 | 46 |
| Binary | 1000000 | 10000011 | 1101111 | 110011 | 0 | 1111 | 110001 | 10100010 | 100010 | 100110 |
Color Harmonies of #40836F
Complementary color
Monochromatic Colors of #40836F
Black with #40836F
Text Example
Text Example
White with #40836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40836F; }
p { color: rgb(64,131,111); }
H1.HeaderClassName
{
color: #40836F;
}
.AnyTagClassName
{
color: #40836F;
}
</style>
background-color css
<style>
a { background-color: #40836F; }
a { background-color: rgb(64,131,111); }
div.DivClassName
{
background-color: #40836F;
}
.BgClassName
{
background-color: #40836F;
}
</style>
border-color css
<style>
span { border-color: #40836F; }
span { border-color: rgb(64,131,111); }
td.TdClassName
{
border-color: #40836F;
}
.TagClassName
{
border-color: #40836F;
}
</style>