Shades of Viridian #40866C
Tints of Viridian #40866C
RGB
CMYK
RGB Variations
Color information
#40866C (or 0x40866C) is known color: Viridian. HEX triplet: 40, 86 and 6C. RGB value is (64,134,108). Sum of RGB (Red+Green+Blue) = 64+134+108=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #40866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40866C is #BF7993. Grayscale: #6E6E6E. Windows color (decimal): -12548500 or 7112256. OLE color: 7112256.
HSL color Cylindrical-coordinate representation of color #40866C: hue angle of 157.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40866C is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 108 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.47 |
| HSL | 157.71º | 0.35% | 0.39% | - |
| HSV(B) | 157.71º | 0.52% | 0.53% | - |
| XYZ | 13.35 | 19.22 | 17.19 | - |
| YUV | 110.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 108 | 0.52 | 0 | 0.19 | 0.47 | 157.71 | 0.35 | 0.39 |
| Hex | 40 | 86 | 6C | 34 | 0 | 13 | 2F | 9E | 23 | 27 |
| Octal | 100 | 206 | 154 | 64 | 0 | 23 | 57 | 236 | 43 | 47 |
| Binary | 1000000 | 10000110 | 1101100 | 110100 | 0 | 10011 | 101111 | 10011110 | 100011 | 100111 |
Color Harmonies of #40866C
Complementary color
Monochromatic Colors of #40866C
Black with #40866C
Text Example
Text Example
White with #40866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40866C; }
p { color: rgb(64,134,108); }
H1.HeaderClassName
{
color: #40866C;
}
.AnyTagClassName
{
color: #40866C;
}
</style>
background-color css
<style>
a { background-color: #40866C; }
a { background-color: rgb(64,134,108); }
div.DivClassName
{
background-color: #40866C;
}
.BgClassName
{
background-color: #40866C;
}
</style>
border-color css
<style>
span { border-color: #40866C; }
span { border-color: rgb(64,134,108); }
td.TdClassName
{
border-color: #40866C;
}
.TagClassName
{
border-color: #40866C;
}
</style>