Shades of Viridian Green #4A6256
Tints of Viridian Green #4A6256
RGB
CMYK
RGB Variations
Color information
#4A6256 (or 0x4A6256) is known color: Viridian Green. HEX triplet: 4A, 62 and 56. RGB value is (74,98,86). Sum of RGB (Red+Green+Blue) = 74+98+86=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6256 is #B59DA9. Grayscale: #595959. Windows color (decimal): -11902378 or 5661258. OLE color: 5661258.
HSL color Cylindrical-coordinate representation of color #4A6256: hue angle of 150º degrees, saturation: 0.14, 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 #4A6256 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 86 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.62 |
| HSL | 150º | 0.14% | 0.34% | - |
| HSV(B) | 150º | 0.24% | 0.38% | - |
| XYZ | 8.87 | 10.86 | 10.43 | - |
| YUV | 89.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 86 | 0.24 | 0 | 0.12 | 0.62 | 150 | 0.14 | 0.34 |
| Hex | 4A | 62 | 56 | 18 | 0 | C | 3E | 96 | E | 22 |
| Octal | 112 | 142 | 126 | 30 | 0 | 14 | 76 | 226 | 16 | 42 |
| Binary | 1001010 | 1100010 | 1010110 | 11000 | 0 | 1100 | 111110 | 10010110 | 1110 | 100010 |
Color Harmonies of #4A6256
Complementary color
Monochromatic Colors of #4A6256
Black with #4A6256
Text Example
Text Example
White with #4A6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6256; }
p { color: rgb(74,98,86); }
H1.HeaderClassName
{
color: #4A6256;
}
.AnyTagClassName
{
color: #4A6256;
}
</style>
background-color css
<style>
a { background-color: #4A6256; }
a { background-color: rgb(74,98,86); }
div.DivClassName
{
background-color: #4A6256;
}
.BgClassName
{
background-color: #4A6256;
}
</style>
border-color css
<style>
span { border-color: #4A6256; }
span { border-color: rgb(74,98,86); }
td.TdClassName
{
border-color: #4A6256;
}
.TagClassName
{
border-color: #4A6256;
}
</style>