Shades of Viridian Green #4A6159
Tints of Viridian Green #4A6159
RGB
CMYK
RGB Variations
Color information
#4A6159 (or 0x4A6159) is known color: Viridian Green. HEX triplet: 4A, 61 and 59. RGB value is (74,97,89). Sum of RGB (Red+Green+Blue) = 74+97+89=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6159 is #B59EA6. Grayscale: #595959. Windows color (decimal): -11902631 or 5857610. OLE color: 5857610.
HSL color Cylindrical-coordinate representation of color #4A6159: hue angle of 159.13º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A6159 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 89 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.62 |
| HSL | 159.13º | 0.13% | 0.34% | - |
| HSV(B) | 159.13º | 0.24% | 0.38% | - |
| XYZ | 8.9 | 10.73 | 11.05 | - |
| YUV | 89.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 89 | 0.24 | 0 | 0.08 | 0.62 | 159.13 | 0.13 | 0.34 |
| Hex | 4A | 61 | 59 | 18 | 0 | 8 | 3E | 9F | D | 22 |
| Octal | 112 | 141 | 131 | 30 | 0 | 10 | 76 | 237 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1011001 | 11000 | 0 | 1000 | 111110 | 10011111 | 1101 | 100010 |
Color Harmonies of #4A6159
Complementary color
Monochromatic Colors of #4A6159
Black with #4A6159
Text Example
Text Example
White with #4A6159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6159; }
p { color: rgb(74,97,89); }
H1.HeaderClassName
{
color: #4A6159;
}
.AnyTagClassName
{
color: #4A6159;
}
</style>
background-color css
<style>
a { background-color: #4A6159; }
a { background-color: rgb(74,97,89); }
div.DivClassName
{
background-color: #4A6159;
}
.BgClassName
{
background-color: #4A6159;
}
</style>
border-color css
<style>
span { border-color: #4A6159; }
span { border-color: rgb(74,97,89); }
td.TdClassName
{
border-color: #4A6159;
}
.TagClassName
{
border-color: #4A6159;
}
</style>