Shades of Viridian #4A896B
Tints of Viridian #4A896B
RGB
CMYK
RGB Variations
Color information
#4A896B (or 0x4A896B) is known color: Viridian. HEX triplet: 4A, 89 and 6B. RGB value is (74,137,107). Sum of RGB (Red+Green+Blue) = 74+137+107=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #4A896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A896B is #B57694. Grayscale: #727272. Windows color (decimal): -11892373 or 7047498. OLE color: 7047498.
HSL color Cylindrical-coordinate representation of color #4A896B: hue angle of 151.43º 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 #4A896B is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 107 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.46 |
| HSL | 151.43º | 0.3% | 0.41% | - |
| HSV(B) | 151.43º | 0.46% | 0.54% | - |
| XYZ | 14.42 | 20.41 | 17.09 | - |
| YUV | 114.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 107 | 0.46 | 0 | 0.22 | 0.46 | 151.43 | 0.3 | 0.41 |
| Hex | 4A | 89 | 6B | 2E | 0 | 16 | 2E | 97 | 1E | 29 |
| Octal | 112 | 211 | 153 | 56 | 0 | 26 | 56 | 227 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1101011 | 101110 | 0 | 10110 | 101110 | 10010111 | 11110 | 101001 |
Color Harmonies of #4A896B
Complementary color
Monochromatic Colors of #4A896B
Black with #4A896B
Text Example
Text Example
White with #4A896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A896B; }
p { color: rgb(74,137,107); }
H1.HeaderClassName
{
color: #4A896B;
}
.AnyTagClassName
{
color: #4A896B;
}
</style>
background-color css
<style>
a { background-color: #4A896B; }
a { background-color: rgb(74,137,107); }
div.DivClassName
{
background-color: #4A896B;
}
.BgClassName
{
background-color: #4A896B;
}
</style>
border-color css
<style>
span { border-color: #4A896B; }
span { border-color: rgb(74,137,107); }
td.TdClassName
{
border-color: #4A896B;
}
.TagClassName
{
border-color: #4A896B;
}
</style>