Shades of Viridian #4A8272
Tints of Viridian #4A8272
RGB
CMYK
RGB Variations
Color information
#4A8272 (or 0x4A8272) is known color: Viridian. HEX triplet: 4A, 82 and 72. RGB value is (74,130,114). Sum of RGB (Red+Green+Blue) = 74+130+114=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8272 is #B57D8D. Grayscale: #6F6F6F. Windows color (decimal): -11894158 or 7504458. OLE color: 7504458.
HSL color Cylindrical-coordinate representation of color #4A8272: hue angle of 162.86º 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 #4A8272 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 130 | 114 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.49 |
| HSL | 162.86º | 0.27% | 0.4% | - |
| HSV(B) | 162.86º | 0.43% | 0.51% | - |
| XYZ | 13.84 | 18.64 | 18.79 | - |
| YUV | 111.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 114 | 0.43 | 0 | 0.12 | 0.49 | 162.86 | 0.27 | 0.4 |
| Hex | 4A | 82 | 72 | 2B | 0 | C | 31 | A3 | 1B | 28 |
| Octal | 112 | 202 | 162 | 53 | 0 | 14 | 61 | 243 | 33 | 50 |
| Binary | 1001010 | 10000010 | 1110010 | 101011 | 0 | 1100 | 110001 | 10100011 | 11011 | 101000 |
Color Harmonies of #4A8272
Complementary color
Monochromatic Colors of #4A8272
Black with #4A8272
Text Example
Text Example
White with #4A8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8272; }
p { color: rgb(74,130,114); }
H1.HeaderClassName
{
color: #4A8272;
}
.AnyTagClassName
{
color: #4A8272;
}
</style>
background-color css
<style>
a { background-color: #4A8272; }
a { background-color: rgb(74,130,114); }
div.DivClassName
{
background-color: #4A8272;
}
.BgClassName
{
background-color: #4A8272;
}
</style>
border-color css
<style>
span { border-color: #4A8272; }
span { border-color: rgb(74,130,114); }
td.TdClassName
{
border-color: #4A8272;
}
.TagClassName
{
border-color: #4A8272;
}
</style>