Shades of Viridian #4A896C
Tints of Viridian #4A896C
RGB
CMYK
RGB Variations
Color information
#4A896C (or 0x4A896C) is known color: Viridian. HEX triplet: 4A, 89 and 6C. RGB value is (74,137,108). Sum of RGB (Red+Green+Blue) = 74+137+108=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #4A896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A896C is #B57693. Grayscale: #727272. Windows color (decimal): -11892372 or 7113034. OLE color: 7113034.
HSL color Cylindrical-coordinate representation of color #4A896C: hue angle of 152.38º 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 #4A896C is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 108 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.46 |
| HSL | 152.38º | 0.3% | 0.41% | - |
| HSV(B) | 152.38º | 0.46% | 0.54% | - |
| XYZ | 14.48 | 20.43 | 17.37 | - |
| YUV | 114.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 108 | 0.46 | 0 | 0.21 | 0.46 | 152.38 | 0.3 | 0.41 |
| Hex | 4A | 89 | 6C | 2E | 0 | 15 | 2E | 98 | 1E | 29 |
| Octal | 112 | 211 | 154 | 56 | 0 | 25 | 56 | 230 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1101100 | 101110 | 0 | 10101 | 101110 | 10011000 | 11110 | 101001 |
Color Harmonies of #4A896C
Complementary color
Monochromatic Colors of #4A896C
Black with #4A896C
Text Example
Text Example
White with #4A896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A896C; }
p { color: rgb(74,137,108); }
H1.HeaderClassName
{
color: #4A896C;
}
.AnyTagClassName
{
color: #4A896C;
}
</style>
background-color css
<style>
a { background-color: #4A896C; }
a { background-color: rgb(74,137,108); }
div.DivClassName
{
background-color: #4A896C;
}
.BgClassName
{
background-color: #4A896C;
}
</style>
border-color css
<style>
span { border-color: #4A896C; }
span { border-color: rgb(74,137,108); }
td.TdClassName
{
border-color: #4A896C;
}
.TagClassName
{
border-color: #4A896C;
}
</style>