Shades of Viridian #42876B
Tints of Viridian #42876B
RGB
CMYK
RGB Variations
Color information
#42876B (or 0x42876B) is known color: Viridian. HEX triplet: 42, 87 and 6B. RGB value is (66,135,107). Sum of RGB (Red+Green+Blue) = 66+135+107=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #42876B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42876B is #BD7894. Grayscale: #6F6F6F. Windows color (decimal): -12417173 or 7046978. OLE color: 7046978.
HSL color Cylindrical-coordinate representation of color #42876B: hue angle of 155.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42876B is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 107 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.47 |
| HSL | 155.65º | 0.34% | 0.39% | - |
| HSV(B) | 155.65º | 0.51% | 0.53% | - |
| XYZ | 13.56 | 19.55 | 16.97 | - |
| YUV | 111.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 107 | 0.51 | 0 | 0.21 | 0.47 | 155.65 | 0.34 | 0.39 |
| Hex | 42 | 87 | 6B | 33 | 0 | 15 | 2F | 9C | 22 | 27 |
| Octal | 102 | 207 | 153 | 63 | 0 | 25 | 57 | 234 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1101011 | 110011 | 0 | 10101 | 101111 | 10011100 | 100010 | 100111 |
Color Harmonies of #42876B
Complementary color
Monochromatic Colors of #42876B
Black with #42876B
Text Example
Text Example
White with #42876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42876B; }
p { color: rgb(66,135,107); }
H1.HeaderClassName
{
color: #42876B;
}
.AnyTagClassName
{
color: #42876B;
}
</style>
background-color css
<style>
a { background-color: #42876B; }
a { background-color: rgb(66,135,107); }
div.DivClassName
{
background-color: #42876B;
}
.BgClassName
{
background-color: #42876B;
}
</style>
border-color css
<style>
span { border-color: #42876B; }
span { border-color: rgb(66,135,107); }
td.TdClassName
{
border-color: #42876B;
}
.TagClassName
{
border-color: #42876B;
}
</style>