Shades of Viridian #42926F
Tints of Viridian #42926F
RGB
CMYK
RGB Variations
Color information
#42926F (or 0x42926F) is known color: Viridian. HEX triplet: 42, 92 and 6F. RGB value is (66,146,111). Sum of RGB (Red+Green+Blue) = 66+146+111=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #42926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42926F is #BD6D90. Grayscale: #767676. Windows color (decimal): -12414353 or 7311938. OLE color: 7311938.
HSL color Cylindrical-coordinate representation of color #42926F: hue angle of 153.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42926F is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 111 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.43 |
| HSL | 153.75º | 0.38% | 0.42% | - |
| HSV(B) | 153.75º | 0.55% | 0.57% | - |
| XYZ | 15.39 | 22.86 | 18.64 | - |
| YUV | 118.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 111 | 0.55 | 0 | 0.24 | 0.43 | 153.75 | 0.38 | 0.42 |
| Hex | 42 | 92 | 6F | 37 | 0 | 18 | 2B | 9A | 26 | 2A |
| Octal | 102 | 222 | 157 | 67 | 0 | 30 | 53 | 232 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1101111 | 110111 | 0 | 11000 | 101011 | 10011010 | 100110 | 101010 |
Color Harmonies of #42926F
Complementary color
Monochromatic Colors of #42926F
Black with #42926F
Text Example
Text Example
White with #42926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42926F; }
p { color: rgb(66,146,111); }
H1.HeaderClassName
{
color: #42926F;
}
.AnyTagClassName
{
color: #42926F;
}
</style>
background-color css
<style>
a { background-color: #42926F; }
a { background-color: rgb(66,146,111); }
div.DivClassName
{
background-color: #42926F;
}
.BgClassName
{
background-color: #42926F;
}
</style>
border-color css
<style>
span { border-color: #42926F; }
span { border-color: rgb(66,146,111); }
td.TdClassName
{
border-color: #42926F;
}
.TagClassName
{
border-color: #42926F;
}
</style>