Shades of Viridian Green #4A6157
Tints of Viridian Green #4A6157
RGB
CMYK
RGB Variations
Color information
#4A6157 (or 0x4A6157) is known color: Viridian Green. HEX triplet: 4A, 61 and 57. RGB value is (74,97,87). Sum of RGB (Red+Green+Blue) = 74+97+87=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6157 is #B59EA8. Grayscale: #595959. Windows color (decimal): -11902633 or 5726538. OLE color: 5726538.
HSL color Cylindrical-coordinate representation of color #4A6157: hue angle of 153.91º 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 #4A6157 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 87 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.62 |
| HSL | 153.91º | 0.13% | 0.34% | - |
| HSV(B) | 153.91º | 0.24% | 0.38% | - |
| XYZ | 8.82 | 10.69 | 10.62 | - |
| YUV | 88.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 87 | 0.24 | 0 | 0.10 | 0.62 | 153.91 | 0.13 | 0.34 |
| Hex | 4A | 61 | 57 | 18 | 0 | A | 3E | 9A | D | 22 |
| Octal | 112 | 141 | 127 | 30 | 0 | 12 | 76 | 232 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1010111 | 11000 | 0 | 1010 | 111110 | 10011010 | 1101 | 100010 |
Color Harmonies of #4A6157
Complementary color
Monochromatic Colors of #4A6157
Black with #4A6157
Text Example
Text Example
White with #4A6157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6157; }
p { color: rgb(74,97,87); }
H1.HeaderClassName
{
color: #4A6157;
}
.AnyTagClassName
{
color: #4A6157;
}
</style>
background-color css
<style>
a { background-color: #4A6157; }
a { background-color: rgb(74,97,87); }
div.DivClassName
{
background-color: #4A6157;
}
.BgClassName
{
background-color: #4A6157;
}
</style>
border-color css
<style>
span { border-color: #4A6157; }
span { border-color: rgb(74,97,87); }
td.TdClassName
{
border-color: #4A6157;
}
.TagClassName
{
border-color: #4A6157;
}
</style>