Shades of Viridian Green #426A54
Tints of Viridian Green #426A54
RGB
CMYK
RGB Variations
Color information
#426A54 (or 0x426A54) is known color: Viridian Green. HEX triplet: 42, 6A and 54. RGB value is (66,106,84). Sum of RGB (Red+Green+Blue) = 66+106+84=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #426A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A54 is #BD95AB. Grayscale: #5B5B5B. Windows color (decimal): -12424620 or 5532226. OLE color: 5532226.
HSL color Cylindrical-coordinate representation of color #426A54: hue angle of 147º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A54 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 84 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.58 |
| HSL | 147º | 0.23% | 0.34% | - |
| HSV(B) | 147º | 0.38% | 0.42% | - |
| XYZ | 9 | 12.11 | 10.25 | - |
| YUV | 91.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 84 | 0.38 | 0 | 0.21 | 0.58 | 147 | 0.23 | 0.34 |
| Hex | 42 | 6A | 54 | 26 | 0 | 15 | 3A | 93 | 17 | 22 |
| Octal | 102 | 152 | 124 | 46 | 0 | 25 | 72 | 223 | 27 | 42 |
| Binary | 1000010 | 1101010 | 1010100 | 100110 | 0 | 10101 | 111010 | 10010011 | 10111 | 100010 |
Color Harmonies of #426A54
Complementary color
Monochromatic Colors of #426A54
Black with #426A54
Text Example
Text Example
White with #426A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A54; }
p { color: rgb(66,106,84); }
H1.HeaderClassName
{
color: #426A54;
}
.AnyTagClassName
{
color: #426A54;
}
</style>
background-color css
<style>
a { background-color: #426A54; }
a { background-color: rgb(66,106,84); }
div.DivClassName
{
background-color: #426A54;
}
.BgClassName
{
background-color: #426A54;
}
</style>
border-color css
<style>
span { border-color: #426A54; }
span { border-color: rgb(66,106,84); }
td.TdClassName
{
border-color: #426A54;
}
.TagClassName
{
border-color: #426A54;
}
</style>