Shades of Viridian #4A8273
Tints of Viridian #4A8273
RGB
CMYK
RGB Variations
Color information
#4A8273 (or 0x4A8273) is known color: Viridian. HEX triplet: 4A, 82 and 73. RGB value is (74,130,115). Sum of RGB (Red+Green+Blue) = 74+130+115=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8273 is #B57D8C. Grayscale: #6F6F6F. Windows color (decimal): -11894157 or 7569994. OLE color: 7569994.
HSL color Cylindrical-coordinate representation of color #4A8273: hue angle of 163.93º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A8273 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 130 | 115 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.49 |
| HSL | 163.93º | 0.27% | 0.4% | - |
| HSV(B) | 163.93º | 0.43% | 0.51% | - |
| XYZ | 13.9 | 18.66 | 19.09 | - |
| YUV | 111.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 115 | 0.43 | 0 | 0.12 | 0.49 | 163.93 | 0.27 | 0.4 |
| Hex | 4A | 82 | 73 | 2B | 0 | C | 31 | A4 | 1B | 28 |
| Octal | 112 | 202 | 163 | 53 | 0 | 14 | 61 | 244 | 33 | 50 |
| Binary | 1001010 | 10000010 | 1110011 | 101011 | 0 | 1100 | 110001 | 10100100 | 11011 | 101000 |
Color Harmonies of #4A8273
Complementary color
Monochromatic Colors of #4A8273
Black with #4A8273
Text Example
Text Example
White with #4A8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8273; }
p { color: rgb(74,130,115); }
H1.HeaderClassName
{
color: #4A8273;
}
.AnyTagClassName
{
color: #4A8273;
}
</style>
background-color css
<style>
a { background-color: #4A8273; }
a { background-color: rgb(74,130,115); }
div.DivClassName
{
background-color: #4A8273;
}
.BgClassName
{
background-color: #4A8273;
}
</style>
border-color css
<style>
span { border-color: #4A8273; }
span { border-color: rgb(74,130,115); }
td.TdClassName
{
border-color: #4A8273;
}
.TagClassName
{
border-color: #4A8273;
}
</style>