Shades of Viridian #42896B
Tints of Viridian #42896B
RGB
CMYK
RGB Variations
Color information
#42896B (or 0x42896B) is known color: Viridian. HEX triplet: 42, 89 and 6B. RGB value is (66,137,107). Sum of RGB (Red+Green+Blue) = 66+137+107=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #42896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42896B is #BD7694. Grayscale: #707070. Windows color (decimal): -12416661 or 7047490. OLE color: 7047490.
HSL color Cylindrical-coordinate representation of color #42896B: hue angle of 154.65º 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 #42896B is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 107 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.46 |
| HSL | 154.65º | 0.35% | 0.4% | - |
| HSV(B) | 154.65º | 0.52% | 0.54% | - |
| XYZ | 13.85 | 20.11 | 17.06 | - |
| YUV | 112.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 107 | 0.52 | 0 | 0.22 | 0.46 | 154.65 | 0.35 | 0.4 |
| Hex | 42 | 89 | 6B | 34 | 0 | 16 | 2E | 9B | 23 | 28 |
| Octal | 102 | 211 | 153 | 64 | 0 | 26 | 56 | 233 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1101011 | 110100 | 0 | 10110 | 101110 | 10011011 | 100011 | 101000 |
Color Harmonies of #42896B
Complementary color
Monochromatic Colors of #42896B
Black with #42896B
Text Example
Text Example
White with #42896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42896B; }
p { color: rgb(66,137,107); }
H1.HeaderClassName
{
color: #42896B;
}
.AnyTagClassName
{
color: #42896B;
}
</style>
background-color css
<style>
a { background-color: #42896B; }
a { background-color: rgb(66,137,107); }
div.DivClassName
{
background-color: #42896B;
}
.BgClassName
{
background-color: #42896B;
}
</style>
border-color css
<style>
span { border-color: #42896B; }
span { border-color: rgb(66,137,107); }
td.TdClassName
{
border-color: #42896B;
}
.TagClassName
{
border-color: #42896B;
}
</style>