Shades of Viridian #40846C
Tints of Viridian #40846C
RGB
CMYK
RGB Variations
Color information
#40846C (or 0x40846C) is known color: Viridian. HEX triplet: 40, 84 and 6C. RGB value is (64,132,108). Sum of RGB (Red+Green+Blue) = 64+132+108=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #40846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40846C is #BF7B93. Grayscale: #6C6C6C. Windows color (decimal): -12549012 or 7111744. OLE color: 7111744.
HSL color Cylindrical-coordinate representation of color #40846C: hue angle of 158.82º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40846C is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 108 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.48 |
| HSL | 158.82º | 0.35% | 0.38% | - |
| HSV(B) | 158.82º | 0.52% | 0.52% | - |
| XYZ | 13.07 | 18.68 | 17.1 | - |
| YUV | 108.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 108 | 0.52 | 0 | 0.18 | 0.48 | 158.82 | 0.35 | 0.38 |
| Hex | 40 | 84 | 6C | 34 | 0 | 12 | 30 | 9F | 23 | 26 |
| Octal | 100 | 204 | 154 | 64 | 0 | 22 | 60 | 237 | 43 | 46 |
| Binary | 1000000 | 10000100 | 1101100 | 110100 | 0 | 10010 | 110000 | 10011111 | 100011 | 100110 |
Color Harmonies of #40846C
Complementary color
Monochromatic Colors of #40846C
Black with #40846C
Text Example
Text Example
White with #40846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40846C; }
p { color: rgb(64,132,108); }
H1.HeaderClassName
{
color: #40846C;
}
.AnyTagClassName
{
color: #40846C;
}
</style>
background-color css
<style>
a { background-color: #40846C; }
a { background-color: rgb(64,132,108); }
div.DivClassName
{
background-color: #40846C;
}
.BgClassName
{
background-color: #40846C;
}
</style>
border-color css
<style>
span { border-color: #40846C; }
span { border-color: rgb(64,132,108); }
td.TdClassName
{
border-color: #40846C;
}
.TagClassName
{
border-color: #40846C;
}
</style>