Shades of Viridian #4A8672
Tints of Viridian #4A8672
RGB
CMYK
RGB Variations
Color information
#4A8672 (or 0x4A8672) is known color: Viridian. HEX triplet: 4A, 86 and 72. RGB value is (74,134,114). Sum of RGB (Red+Green+Blue) = 74+134+114=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8672 is #B5798D. Grayscale: #717171. Windows color (decimal): -11893134 or 7505482. OLE color: 7505482.
HSL color Cylindrical-coordinate representation of color #4A8672: hue angle of 160º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8672 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 114 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.47 |
| HSL | 160º | 0.29% | 0.41% | - |
| HSV(B) | 160º | 0.45% | 0.53% | - |
| XYZ | 14.39 | 19.72 | 18.97 | - |
| YUV | 113.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 114 | 0.45 | 0 | 0.15 | 0.47 | 160 | 0.29 | 0.41 |
| Hex | 4A | 86 | 72 | 2D | 0 | F | 2F | A0 | 1D | 29 |
| Octal | 112 | 206 | 162 | 55 | 0 | 17 | 57 | 240 | 35 | 51 |
| Binary | 1001010 | 10000110 | 1110010 | 101101 | 0 | 1111 | 101111 | 10100000 | 11101 | 101001 |
Color Harmonies of #4A8672
Complementary color
Monochromatic Colors of #4A8672
Black with #4A8672
Text Example
Text Example
White with #4A8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8672; }
p { color: rgb(74,134,114); }
H1.HeaderClassName
{
color: #4A8672;
}
.AnyTagClassName
{
color: #4A8672;
}
</style>
background-color css
<style>
a { background-color: #4A8672; }
a { background-color: rgb(74,134,114); }
div.DivClassName
{
background-color: #4A8672;
}
.BgClassName
{
background-color: #4A8672;
}
</style>
border-color css
<style>
span { border-color: #4A8672; }
span { border-color: rgb(74,134,114); }
td.TdClassName
{
border-color: #4A8672;
}
.TagClassName
{
border-color: #4A8672;
}
</style>