Shades of Viridian Green #4A6155
Tints of Viridian Green #4A6155
RGB
CMYK
RGB Variations
Color information
#4A6155 (or 0x4A6155) is known color: Viridian Green. HEX triplet: 4A, 61 and 55. RGB value is (74,97,85). Sum of RGB (Red+Green+Blue) = 74+97+85=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6155 is #B59EAA. Grayscale: #585858. Windows color (decimal): -11902635 or 5595466. OLE color: 5595466.
HSL color Cylindrical-coordinate representation of color #4A6155: hue angle of 148.7º 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 #4A6155 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 85 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.62 |
| HSL | 148.7º | 0.13% | 0.34% | - |
| HSV(B) | 148.7º | 0.24% | 0.38% | - |
| XYZ | 8.74 | 10.66 | 10.19 | - |
| YUV | 88.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 85 | 0.24 | 0 | 0.12 | 0.62 | 148.7 | 0.13 | 0.34 |
| Hex | 4A | 61 | 55 | 18 | 0 | C | 3E | 95 | D | 22 |
| Octal | 112 | 141 | 125 | 30 | 0 | 14 | 76 | 225 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1010101 | 11000 | 0 | 1100 | 111110 | 10010101 | 1101 | 100010 |
Color Harmonies of #4A6155
Complementary color
Monochromatic Colors of #4A6155
Black with #4A6155
Text Example
Text Example
White with #4A6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6155; }
p { color: rgb(74,97,85); }
H1.HeaderClassName
{
color: #4A6155;
}
.AnyTagClassName
{
color: #4A6155;
}
</style>
background-color css
<style>
a { background-color: #4A6155; }
a { background-color: rgb(74,97,85); }
div.DivClassName
{
background-color: #4A6155;
}
.BgClassName
{
background-color: #4A6155;
}
</style>
border-color css
<style>
span { border-color: #4A6155; }
span { border-color: rgb(74,97,85); }
td.TdClassName
{
border-color: #4A6155;
}
.TagClassName
{
border-color: #4A6155;
}
</style>