Shades of Viridian #42886B
Tints of Viridian #42886B
RGB
CMYK
RGB Variations
Color information
#42886B (or 0x42886B) is known color: Viridian. HEX triplet: 42, 88 and 6B. RGB value is (66,136,107). Sum of RGB (Red+Green+Blue) = 66+136+107=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #42886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42886B is #BD7794. Grayscale: #6F6F6F. Windows color (decimal): -12416917 or 7047234. OLE color: 7047234.
HSL color Cylindrical-coordinate representation of color #42886B: hue angle of 155.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42886B is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 107 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.47 |
| HSL | 155.14º | 0.35% | 0.4% | - |
| HSV(B) | 155.14º | 0.51% | 0.53% | - |
| XYZ | 13.7 | 19.83 | 17.01 | - |
| YUV | 111.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 107 | 0.51 | 0 | 0.21 | 0.47 | 155.14 | 0.35 | 0.4 |
| Hex | 42 | 88 | 6B | 33 | 0 | 15 | 2F | 9B | 23 | 28 |
| Octal | 102 | 210 | 153 | 63 | 0 | 25 | 57 | 233 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1101011 | 110011 | 0 | 10101 | 101111 | 10011011 | 100011 | 101000 |
Color Harmonies of #42886B
Complementary color
Monochromatic Colors of #42886B
Black with #42886B
Text Example
Text Example
White with #42886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42886B; }
p { color: rgb(66,136,107); }
H1.HeaderClassName
{
color: #42886B;
}
.AnyTagClassName
{
color: #42886B;
}
</style>
background-color css
<style>
a { background-color: #42886B; }
a { background-color: rgb(66,136,107); }
div.DivClassName
{
background-color: #42886B;
}
.BgClassName
{
background-color: #42886B;
}
</style>
border-color css
<style>
span { border-color: #42886B; }
span { border-color: rgb(66,136,107); }
td.TdClassName
{
border-color: #42886B;
}
.TagClassName
{
border-color: #42886B;
}
</style>