Shades of Viridian #42866D
Tints of Viridian #42866D
RGB
CMYK
RGB Variations
Color information
#42866D (or 0x42866D) is known color: Viridian. HEX triplet: 42, 86 and 6D. RGB value is (66,134,109). Sum of RGB (Red+Green+Blue) = 66+134+109=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #42866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42866D is #BD7992. Grayscale: #6E6E6E. Windows color (decimal): -12417427 or 7177794. OLE color: 7177794.
HSL color Cylindrical-coordinate representation of color #42866D: hue angle of 157.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42866D is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 109 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.47 |
| HSL | 157.94º | 0.34% | 0.39% | - |
| HSV(B) | 157.94º | 0.51% | 0.53% | - |
| XYZ | 13.53 | 19.31 | 17.48 | - |
| YUV | 110.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 109 | 0.51 | 0 | 0.19 | 0.47 | 157.94 | 0.34 | 0.39 |
| Hex | 42 | 86 | 6D | 33 | 0 | 13 | 2F | 9E | 22 | 27 |
| Octal | 102 | 206 | 155 | 63 | 0 | 23 | 57 | 236 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1101101 | 110011 | 0 | 10011 | 101111 | 10011110 | 100010 | 100111 |
Color Harmonies of #42866D
Complementary color
Monochromatic Colors of #42866D
Black with #42866D
Text Example
Text Example
White with #42866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42866D; }
p { color: rgb(66,134,109); }
H1.HeaderClassName
{
color: #42866D;
}
.AnyTagClassName
{
color: #42866D;
}
</style>
background-color css
<style>
a { background-color: #42866D; }
a { background-color: rgb(66,134,109); }
div.DivClassName
{
background-color: #42866D;
}
.BgClassName
{
background-color: #42866D;
}
</style>
border-color css
<style>
span { border-color: #42866D; }
span { border-color: rgb(66,134,109); }
td.TdClassName
{
border-color: #42866D;
}
.TagClassName
{
border-color: #42866D;
}
</style>