Shades of Viridian Green #4A6158
Tints of Viridian Green #4A6158
RGB
CMYK
RGB Variations
Color information
#4A6158 (or 0x4A6158) is known color: Viridian Green. HEX triplet: 4A, 61 and 58. RGB value is (74,97,88). Sum of RGB (Red+Green+Blue) = 74+97+88=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6158 is #B59EA7. Grayscale: #595959. Windows color (decimal): -11902632 or 5792074. OLE color: 5792074.
HSL color Cylindrical-coordinate representation of color #4A6158: hue angle of 156.52º 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 #4A6158 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 88 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.62 |
| HSL | 156.52º | 0.13% | 0.34% | - |
| HSV(B) | 156.52º | 0.24% | 0.38% | - |
| XYZ | 8.86 | 10.71 | 10.83 | - |
| YUV | 89.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 88 | 0.24 | 0 | 0.09 | 0.62 | 156.52 | 0.13 | 0.34 |
| Hex | 4A | 61 | 58 | 18 | 0 | 9 | 3E | 9D | D | 22 |
| Octal | 112 | 141 | 130 | 30 | 0 | 11 | 76 | 235 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1011000 | 11000 | 0 | 1001 | 111110 | 10011101 | 1101 | 100010 |
Color Harmonies of #4A6158
Complementary color
Monochromatic Colors of #4A6158
Black with #4A6158
Text Example
Text Example
White with #4A6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6158; }
p { color: rgb(74,97,88); }
H1.HeaderClassName
{
color: #4A6158;
}
.AnyTagClassName
{
color: #4A6158;
}
</style>
background-color css
<style>
a { background-color: #4A6158; }
a { background-color: rgb(74,97,88); }
div.DivClassName
{
background-color: #4A6158;
}
.BgClassName
{
background-color: #4A6158;
}
</style>
border-color css
<style>
span { border-color: #4A6158; }
span { border-color: rgb(74,97,88); }
td.TdClassName
{
border-color: #4A6158;
}
.TagClassName
{
border-color: #4A6158;
}
</style>