Shades of Viridian #42856C
Tints of Viridian #42856C
RGB
CMYK
RGB Variations
Color information
#42856C (or 0x42856C) is known color: Viridian. HEX triplet: 42, 85 and 6C. RGB value is (66,133,108). Sum of RGB (Red+Green+Blue) = 66+133+108=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #42856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42856C is #BD7A93. Grayscale: #6E6E6E. Windows color (decimal): -12417684 or 7112002. OLE color: 7112002.
HSL color Cylindrical-coordinate representation of color #42856C: hue angle of 157.61º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42856C is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 108 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.48 |
| HSL | 157.61º | 0.34% | 0.39% | - |
| HSV(B) | 157.61º | 0.5% | 0.52% | - |
| XYZ | 13.34 | 19.02 | 17.15 | - |
| YUV | 110.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 108 | 0.50 | 0 | 0.19 | 0.48 | 157.61 | 0.34 | 0.39 |
| Hex | 42 | 85 | 6C | 32 | 0 | 13 | 30 | 9E | 22 | 27 |
| Octal | 102 | 205 | 154 | 62 | 0 | 23 | 60 | 236 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1101100 | 110010 | 0 | 10011 | 110000 | 10011110 | 100010 | 100111 |
Color Harmonies of #42856C
Complementary color
Monochromatic Colors of #42856C
Black with #42856C
Text Example
Text Example
White with #42856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42856C; }
p { color: rgb(66,133,108); }
H1.HeaderClassName
{
color: #42856C;
}
.AnyTagClassName
{
color: #42856C;
}
</style>
background-color css
<style>
a { background-color: #42856C; }
a { background-color: rgb(66,133,108); }
div.DivClassName
{
background-color: #42856C;
}
.BgClassName
{
background-color: #42856C;
}
</style>
border-color css
<style>
span { border-color: #42856C; }
span { border-color: rgb(66,133,108); }
td.TdClassName
{
border-color: #42856C;
}
.TagClassName
{
border-color: #42856C;
}
</style>