Shades of Viridian #40886C
Tints of Viridian #40886C
RGB
CMYK
RGB Variations
Color information
#40886C (or 0x40886C) is known color: Viridian. HEX triplet: 40, 88 and 6C. RGB value is (64,136,108). Sum of RGB (Red+Green+Blue) = 64+136+108=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #40886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40886C is #BF7793. Grayscale: #6F6F6F. Windows color (decimal): -12547988 or 7112768. OLE color: 7112768.
HSL color Cylindrical-coordinate representation of color #40886C: hue angle of 156.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40886C is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 108 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.47 |
| HSL | 156.67º | 0.36% | 0.39% | - |
| HSV(B) | 156.67º | 0.53% | 0.53% | - |
| XYZ | 13.63 | 19.78 | 17.29 | - |
| YUV | 111.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 108 | 0.53 | 0 | 0.21 | 0.47 | 156.67 | 0.36 | 0.39 |
| Hex | 40 | 88 | 6C | 35 | 0 | 15 | 2F | 9D | 24 | 27 |
| Octal | 100 | 210 | 154 | 65 | 0 | 25 | 57 | 235 | 44 | 47 |
| Binary | 1000000 | 10001000 | 1101100 | 110101 | 0 | 10101 | 101111 | 10011101 | 100100 | 100111 |
Color Harmonies of #40886C
Complementary color
Monochromatic Colors of #40886C
Black with #40886C
Text Example
Text Example
White with #40886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40886C; }
p { color: rgb(64,136,108); }
H1.HeaderClassName
{
color: #40886C;
}
.AnyTagClassName
{
color: #40886C;
}
</style>
background-color css
<style>
a { background-color: #40886C; }
a { background-color: rgb(64,136,108); }
div.DivClassName
{
background-color: #40886C;
}
.BgClassName
{
background-color: #40886C;
}
</style>
border-color css
<style>
span { border-color: #40886C; }
span { border-color: rgb(64,136,108); }
td.TdClassName
{
border-color: #40886C;
}
.TagClassName
{
border-color: #40886C;
}
</style>