Shades of Viridian #4A896D
Tints of Viridian #4A896D
RGB
CMYK
RGB Variations
Color information
#4A896D (or 0x4A896D) is known color: Viridian. HEX triplet: 4A, 89 and 6D. RGB value is (74,137,109). Sum of RGB (Red+Green+Blue) = 74+137+109=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #4A896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A896D is #B57692. Grayscale: #737373. Windows color (decimal): -11892371 or 7178570. OLE color: 7178570.
HSL color Cylindrical-coordinate representation of color #4A896D: hue angle of 153.33º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A896D is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 109 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.46 |
| HSL | 153.33º | 0.3% | 0.41% | - |
| HSV(B) | 153.33º | 0.46% | 0.54% | - |
| XYZ | 14.53 | 20.45 | 17.65 | - |
| YUV | 114.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 109 | 0.46 | 0 | 0.20 | 0.46 | 153.33 | 0.3 | 0.41 |
| Hex | 4A | 89 | 6D | 2E | 0 | 14 | 2E | 99 | 1E | 29 |
| Octal | 112 | 211 | 155 | 56 | 0 | 24 | 56 | 231 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1101101 | 101110 | 0 | 10100 | 101110 | 10011001 | 11110 | 101001 |
Color Harmonies of #4A896D
Complementary color
Monochromatic Colors of #4A896D
Black with #4A896D
Text Example
Text Example
White with #4A896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A896D; }
p { color: rgb(74,137,109); }
H1.HeaderClassName
{
color: #4A896D;
}
.AnyTagClassName
{
color: #4A896D;
}
</style>
background-color css
<style>
a { background-color: #4A896D; }
a { background-color: rgb(74,137,109); }
div.DivClassName
{
background-color: #4A896D;
}
.BgClassName
{
background-color: #4A896D;
}
</style>
border-color css
<style>
span { border-color: #4A896D; }
span { border-color: rgb(74,137,109); }
td.TdClassName
{
border-color: #4A896D;
}
.TagClassName
{
border-color: #4A896D;
}
</style>