Shades of Viridian #40856C
Tints of Viridian #40856C
RGB
CMYK
RGB Variations
Color information
#40856C (or 0x40856C) is known color: Viridian. HEX triplet: 40, 85 and 6C. RGB value is (64,133,108). Sum of RGB (Red+Green+Blue) = 64+133+108=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #40856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40856C is #BF7A93. Grayscale: #6D6D6D. Windows color (decimal): -12548756 or 7112000. OLE color: 7112000.
HSL color Cylindrical-coordinate representation of color #40856C: hue angle of 158.26º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40856C is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 108 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.48 |
| HSL | 158.26º | 0.35% | 0.39% | - |
| HSV(B) | 158.26º | 0.52% | 0.52% | - |
| XYZ | 13.21 | 18.95 | 17.15 | - |
| YUV | 109.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 108 | 0.52 | 0 | 0.19 | 0.48 | 158.26 | 0.35 | 0.39 |
| Hex | 40 | 85 | 6C | 34 | 0 | 13 | 30 | 9E | 23 | 27 |
| Octal | 100 | 205 | 154 | 64 | 0 | 23 | 60 | 236 | 43 | 47 |
| Binary | 1000000 | 10000101 | 1101100 | 110100 | 0 | 10011 | 110000 | 10011110 | 100011 | 100111 |
Color Harmonies of #40856C
Complementary color
Monochromatic Colors of #40856C
Black with #40856C
Text Example
Text Example
White with #40856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40856C; }
p { color: rgb(64,133,108); }
H1.HeaderClassName
{
color: #40856C;
}
.AnyTagClassName
{
color: #40856C;
}
</style>
background-color css
<style>
a { background-color: #40856C; }
a { background-color: rgb(64,133,108); }
div.DivClassName
{
background-color: #40856C;
}
.BgClassName
{
background-color: #40856C;
}
</style>
border-color css
<style>
span { border-color: #40856C; }
span { border-color: rgb(64,133,108); }
td.TdClassName
{
border-color: #40856C;
}
.TagClassName
{
border-color: #40856C;
}
</style>