Shades of Viridian #40876C
Tints of Viridian #40876C
RGB
CMYK
RGB Variations
Color information
#40876C (or 0x40876C) is known color: Viridian. HEX triplet: 40, 87 and 6C. RGB value is (64,135,108). Sum of RGB (Red+Green+Blue) = 64+135+108=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #40876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40876C is #BF7893. Grayscale: #6E6E6E. Windows color (decimal): -12548244 or 7112512. OLE color: 7112512.
HSL color Cylindrical-coordinate representation of color #40876C: hue angle of 157.18º 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 #40876C is Cyan = 0.53, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 108 | - |
| CMYK | 0.53 | 0 | 0.2 | 0.47 |
| HSL | 157.18º | 0.36% | 0.39% | - |
| HSV(B) | 157.18º | 0.53% | 0.53% | - |
| XYZ | 13.49 | 19.5 | 17.24 | - |
| YUV | 110.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 108 | 0.53 | 0 | 0.2 | 0.47 | 157.18 | 0.36 | 0.39 |
| Hex | 40 | 87 | 6C | 35 | 0 | 14 | 2F | 9D | 24 | 27 |
| Octal | 100 | 207 | 154 | 65 | 0 | 24 | 57 | 235 | 44 | 47 |
| Binary | 1000000 | 10000111 | 1101100 | 110101 | 0 | 10100 | 101111 | 10011101 | 100100 | 100111 |
Color Harmonies of #40876C
Complementary color
Monochromatic Colors of #40876C
Black with #40876C
Text Example
Text Example
White with #40876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40876C; }
p { color: rgb(64,135,108); }
H1.HeaderClassName
{
color: #40876C;
}
.AnyTagClassName
{
color: #40876C;
}
</style>
background-color css
<style>
a { background-color: #40876C; }
a { background-color: rgb(64,135,108); }
div.DivClassName
{
background-color: #40876C;
}
.BgClassName
{
background-color: #40876C;
}
</style>
border-color css
<style>
span { border-color: #40876C; }
span { border-color: rgb(64,135,108); }
td.TdClassName
{
border-color: #40876C;
}
.TagClassName
{
border-color: #40876C;
}
</style>