Shades of Viridian Green #426954
Tints of Viridian Green #426954
RGB
CMYK
RGB Variations
Color information
#426954 (or 0x426954) is known color: Viridian Green. HEX triplet: 42, 69 and 54. RGB value is (66,105,84). Sum of RGB (Red+Green+Blue) = 66+105+84=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #426954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426954 is #BD96AB. Grayscale: #5A5A5A. Windows color (decimal): -12424876 or 5531970. OLE color: 5531970.
HSL color Cylindrical-coordinate representation of color #426954: hue angle of 147.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426954 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 105 | 84 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.59 |
| HSL | 147.69º | 0.23% | 0.34% | - |
| HSV(B) | 147.69º | 0.37% | 0.41% | - |
| XYZ | 8.9 | 11.9 | 10.22 | - |
| YUV | 90.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 84 | 0.37 | 0 | 0.20 | 0.59 | 147.69 | 0.23 | 0.34 |
| Hex | 42 | 69 | 54 | 25 | 0 | 14 | 3B | 94 | 17 | 22 |
| Octal | 102 | 151 | 124 | 45 | 0 | 24 | 73 | 224 | 27 | 42 |
| Binary | 1000010 | 1101001 | 1010100 | 100101 | 0 | 10100 | 111011 | 10010100 | 10111 | 100010 |
Color Harmonies of #426954
Complementary color
Monochromatic Colors of #426954
Black with #426954
Text Example
Text Example
White with #426954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426954; }
p { color: rgb(66,105,84); }
H1.HeaderClassName
{
color: #426954;
}
.AnyTagClassName
{
color: #426954;
}
</style>
background-color css
<style>
a { background-color: #426954; }
a { background-color: rgb(66,105,84); }
div.DivClassName
{
background-color: #426954;
}
.BgClassName
{
background-color: #426954;
}
</style>
border-color css
<style>
span { border-color: #426954; }
span { border-color: rgb(66,105,84); }
td.TdClassName
{
border-color: #426954;
}
.TagClassName
{
border-color: #426954;
}
</style>