Shades of Viridian #42906E
Tints of Viridian #42906E
RGB
CMYK
RGB Variations
Color information
#42906E (or 0x42906E) is known color: Viridian. HEX triplet: 42, 90 and 6E. RGB value is (66,144,110). Sum of RGB (Red+Green+Blue) = 66+144+110=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #42906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42906E is #BD6F91. Grayscale: #747474. Windows color (decimal): -12414866 or 7245890. OLE color: 7245890.
HSL color Cylindrical-coordinate representation of color #42906E: hue angle of 153.85º 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 #42906E is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 110 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.44 |
| HSL | 153.85º | 0.37% | 0.41% | - |
| HSV(B) | 153.85º | 0.54% | 0.56% | - |
| XYZ | 15.03 | 22.23 | 18.25 | - |
| YUV | 116.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 110 | 0.54 | 0 | 0.24 | 0.44 | 153.85 | 0.37 | 0.41 |
| Hex | 42 | 90 | 6E | 36 | 0 | 18 | 2C | 9A | 25 | 29 |
| Octal | 102 | 220 | 156 | 66 | 0 | 30 | 54 | 232 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1101110 | 110110 | 0 | 11000 | 101100 | 10011010 | 100101 | 101001 |
Color Harmonies of #42906E
Complementary color
Monochromatic Colors of #42906E
Black with #42906E
Text Example
Text Example
White with #42906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42906E; }
p { color: rgb(66,144,110); }
H1.HeaderClassName
{
color: #42906E;
}
.AnyTagClassName
{
color: #42906E;
}
</style>
background-color css
<style>
a { background-color: #42906E; }
a { background-color: rgb(66,144,110); }
div.DivClassName
{
background-color: #42906E;
}
.BgClassName
{
background-color: #42906E;
}
</style>
border-color css
<style>
span { border-color: #42906E; }
span { border-color: rgb(66,144,110); }
td.TdClassName
{
border-color: #42906E;
}
.TagClassName
{
border-color: #42906E;
}
</style>