Shades of Viridian #42856A
Tints of Viridian #42856A
RGB
CMYK
RGB Variations
Color information
#42856A (or 0x42856A) is known color: Viridian. HEX triplet: 42, 85 and 6A. RGB value is (66,133,106). Sum of RGB (Red+Green+Blue) = 66+133+106=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #42856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42856A is #BD7A95. Grayscale: #6D6D6D. Windows color (decimal): -12417686 or 6980930. OLE color: 6980930.
HSL color Cylindrical-coordinate representation of color #42856A: hue angle of 155.82º 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 #42856A is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 106 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.48 |
| HSL | 155.82º | 0.34% | 0.39% | - |
| HSV(B) | 155.82º | 0.5% | 0.52% | - |
| XYZ | 13.24 | 18.97 | 16.6 | - |
| YUV | 109.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 106 | 0.50 | 0 | 0.20 | 0.48 | 155.82 | 0.34 | 0.39 |
| Hex | 42 | 85 | 6A | 32 | 0 | 14 | 30 | 9C | 22 | 27 |
| Octal | 102 | 205 | 152 | 62 | 0 | 24 | 60 | 234 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1101010 | 110010 | 0 | 10100 | 110000 | 10011100 | 100010 | 100111 |
Color Harmonies of #42856A
Complementary color
Monochromatic Colors of #42856A
Black with #42856A
Text Example
Text Example
White with #42856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42856A; }
p { color: rgb(66,133,106); }
H1.HeaderClassName
{
color: #42856A;
}
.AnyTagClassName
{
color: #42856A;
}
</style>
background-color css
<style>
a { background-color: #42856A; }
a { background-color: rgb(66,133,106); }
div.DivClassName
{
background-color: #42856A;
}
.BgClassName
{
background-color: #42856A;
}
</style>
border-color css
<style>
span { border-color: #42856A; }
span { border-color: rgb(66,133,106); }
td.TdClassName
{
border-color: #42856A;
}
.TagClassName
{
border-color: #42856A;
}
</style>