Shades of Viridian Green #4A5D56
Tints of Viridian Green #4A5D56
RGB
CMYK
RGB Variations
Color information
#4A5D56 (or 0x4A5D56) is known color: Viridian Green. HEX triplet: 4A, 5D and 56. RGB value is (74,93,86). Sum of RGB (Red+Green+Blue) = 74+93+86=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5D56 is #B5A2A9. Grayscale: #565656. Windows color (decimal): -11903658 or 5659978. OLE color: 5659978.
HSL color Cylindrical-coordinate representation of color #4A5D56: hue angle of 157.89º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A5D56 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 93 | 86 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.64 |
| HSL | 157.89º | 0.11% | 0.33% | - |
| HSV(B) | 157.89º | 0.2% | 0.36% | - |
| XYZ | 8.42 | 9.96 | 10.28 | - |
| YUV | 86.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 86 | 0.20 | 0 | 0.08 | 0.64 | 157.89 | 0.11 | 0.33 |
| Hex | 4A | 5D | 56 | 14 | 0 | 8 | 40 | 9E | B | 21 |
| Octal | 112 | 135 | 126 | 24 | 0 | 10 | 100 | 236 | 13 | 41 |
| Binary | 1001010 | 1011101 | 1010110 | 10100 | 0 | 1000 | 1000000 | 10011110 | 1011 | 100001 |
Color Harmonies of #4A5D56
Complementary color
Monochromatic Colors of #4A5D56
Black with #4A5D56
Text Example
Text Example
White with #4A5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5D56; }
p { color: rgb(74,93,86); }
H1.HeaderClassName
{
color: #4A5D56;
}
.AnyTagClassName
{
color: #4A5D56;
}
</style>
background-color css
<style>
a { background-color: #4A5D56; }
a { background-color: rgb(74,93,86); }
div.DivClassName
{
background-color: #4A5D56;
}
.BgClassName
{
background-color: #4A5D56;
}
</style>
border-color css
<style>
span { border-color: #4A5D56; }
span { border-color: rgb(74,93,86); }
td.TdClassName
{
border-color: #4A5D56;
}
.TagClassName
{
border-color: #4A5D56;
}
</style>