Shades of Viridian #4A8072
Tints of Viridian #4A8072
RGB
CMYK
RGB Variations
Color information
#4A8072 (or 0x4A8072) is known color: Viridian. HEX triplet: 4A, 80 and 72. RGB value is (74,128,114). Sum of RGB (Red+Green+Blue) = 74+128+114=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8072 is #B57F8D. Grayscale: #6E6E6E. Windows color (decimal): -11894670 or 7503946. OLE color: 7503946.
HSL color Cylindrical-coordinate representation of color #4A8072: hue angle of 164.44º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A8072 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 114 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.50 |
| HSL | 164.44º | 0.27% | 0.4% | - |
| HSV(B) | 164.44º | 0.42% | 0.5% | - |
| XYZ | 13.58 | 18.11 | 18.7 | - |
| YUV | 110.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 114 | 0.42 | 0 | 0.11 | 0.50 | 164.44 | 0.27 | 0.4 |
| Hex | 4A | 80 | 72 | 2A | 0 | B | 32 | A4 | 1B | 28 |
| Octal | 112 | 200 | 162 | 52 | 0 | 13 | 62 | 244 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1110010 | 101010 | 0 | 1011 | 110010 | 10100100 | 11011 | 101000 |
Color Harmonies of #4A8072
Complementary color
Monochromatic Colors of #4A8072
Black with #4A8072
Text Example
Text Example
White with #4A8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8072; }
p { color: rgb(74,128,114); }
H1.HeaderClassName
{
color: #4A8072;
}
.AnyTagClassName
{
color: #4A8072;
}
</style>
background-color css
<style>
a { background-color: #4A8072; }
a { background-color: rgb(74,128,114); }
div.DivClassName
{
background-color: #4A8072;
}
.BgClassName
{
background-color: #4A8072;
}
</style>
border-color css
<style>
span { border-color: #4A8072; }
span { border-color: rgb(74,128,114); }
td.TdClassName
{
border-color: #4A8072;
}
.TagClassName
{
border-color: #4A8072;
}
</style>