Shades of Viridian #42896F
Tints of Viridian #42896F
RGB
CMYK
RGB Variations
Color information
#42896F (or 0x42896F) is known color: Viridian. HEX triplet: 42, 89 and 6F. RGB value is (66,137,111). Sum of RGB (Red+Green+Blue) = 66+137+111=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #42896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42896F is #BD7690. Grayscale: #707070. Windows color (decimal): -12416657 or 7309634. OLE color: 7309634.
HSL color Cylindrical-coordinate representation of color #42896F: hue angle of 158.03º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42896F is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 111 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.46 |
| HSL | 158.03º | 0.35% | 0.4% | - |
| HSV(B) | 158.03º | 0.52% | 0.54% | - |
| XYZ | 14.06 | 20.2 | 18.2 | - |
| YUV | 112.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 111 | 0.52 | 0 | 0.19 | 0.46 | 158.03 | 0.35 | 0.4 |
| Hex | 42 | 89 | 6F | 34 | 0 | 13 | 2E | 9E | 23 | 28 |
| Octal | 102 | 211 | 157 | 64 | 0 | 23 | 56 | 236 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1101111 | 110100 | 0 | 10011 | 101110 | 10011110 | 100011 | 101000 |
Color Harmonies of #42896F
Complementary color
Monochromatic Colors of #42896F
Black with #42896F
Text Example
Text Example
White with #42896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42896F; }
p { color: rgb(66,137,111); }
H1.HeaderClassName
{
color: #42896F;
}
.AnyTagClassName
{
color: #42896F;
}
</style>
background-color css
<style>
a { background-color: #42896F; }
a { background-color: rgb(66,137,111); }
div.DivClassName
{
background-color: #42896F;
}
.BgClassName
{
background-color: #42896F;
}
</style>
border-color css
<style>
span { border-color: #42896F; }
span { border-color: rgb(66,137,111); }
td.TdClassName
{
border-color: #42896F;
}
.TagClassName
{
border-color: #42896F;
}
</style>