Shades of Viridian #42896E
Tints of Viridian #42896E
RGB
CMYK
RGB Variations
Color information
#42896E (or 0x42896E) is known color: Viridian. HEX triplet: 42, 89 and 6E. RGB value is (66,137,110). Sum of RGB (Red+Green+Blue) = 66+137+110=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #42896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42896E is #BD7691. Grayscale: #707070. Windows color (decimal): -12416658 or 7244098. OLE color: 7244098.
HSL color Cylindrical-coordinate representation of color #42896E: hue angle of 157.18º 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 #42896E is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 110 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.46 |
| HSL | 157.18º | 0.35% | 0.4% | - |
| HSV(B) | 157.18º | 0.52% | 0.54% | - |
| XYZ | 14.01 | 20.18 | 17.91 | - |
| YUV | 112.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 110 | 0.52 | 0 | 0.20 | 0.46 | 157.18 | 0.35 | 0.4 |
| Hex | 42 | 89 | 6E | 34 | 0 | 14 | 2E | 9D | 23 | 28 |
| Octal | 102 | 211 | 156 | 64 | 0 | 24 | 56 | 235 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1101110 | 110100 | 0 | 10100 | 101110 | 10011101 | 100011 | 101000 |
Color Harmonies of #42896E
Complementary color
Monochromatic Colors of #42896E
Black with #42896E
Text Example
Text Example
White with #42896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42896E; }
p { color: rgb(66,137,110); }
H1.HeaderClassName
{
color: #42896E;
}
.AnyTagClassName
{
color: #42896E;
}
</style>
background-color css
<style>
a { background-color: #42896E; }
a { background-color: rgb(66,137,110); }
div.DivClassName
{
background-color: #42896E;
}
.BgClassName
{
background-color: #42896E;
}
</style>
border-color css
<style>
span { border-color: #42896E; }
span { border-color: rgb(66,137,110); }
td.TdClassName
{
border-color: #42896E;
}
.TagClassName
{
border-color: #42896E;
}
</style>