Shades of Viridian #42906F
Tints of Viridian #42906F
RGB
CMYK
RGB Variations
Color information
#42906F (or 0x42906F) is known color: Viridian. HEX triplet: 42, 90 and 6F. RGB value is (66,144,111). Sum of RGB (Red+Green+Blue) = 66+144+111=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #42906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42906F is #BD6F90. Grayscale: #747474. Windows color (decimal): -12414865 or 7311426. OLE color: 7311426.
HSL color Cylindrical-coordinate representation of color #42906F: hue angle of 154.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42906F is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 111 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.44 |
| HSL | 154.62º | 0.37% | 0.41% | - |
| HSV(B) | 154.62º | 0.54% | 0.56% | - |
| XYZ | 15.09 | 22.25 | 18.54 | - |
| YUV | 116.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 111 | 0.54 | 0 | 0.23 | 0.44 | 154.62 | 0.37 | 0.41 |
| Hex | 42 | 90 | 6F | 36 | 0 | 17 | 2C | 9B | 25 | 29 |
| Octal | 102 | 220 | 157 | 66 | 0 | 27 | 54 | 233 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1101111 | 110110 | 0 | 10111 | 101100 | 10011011 | 100101 | 101001 |
Color Harmonies of #42906F
Complementary color
Monochromatic Colors of #42906F
Black with #42906F
Text Example
Text Example
White with #42906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42906F; }
p { color: rgb(66,144,111); }
H1.HeaderClassName
{
color: #42906F;
}
.AnyTagClassName
{
color: #42906F;
}
</style>
background-color css
<style>
a { background-color: #42906F; }
a { background-color: rgb(66,144,111); }
div.DivClassName
{
background-color: #42906F;
}
.BgClassName
{
background-color: #42906F;
}
</style>
border-color css
<style>
span { border-color: #42906F; }
span { border-color: rgb(66,144,111); }
td.TdClassName
{
border-color: #42906F;
}
.TagClassName
{
border-color: #42906F;
}
</style>