Shades of Viridian #4A9071
Tints of Viridian #4A9071
RGB
CMYK
RGB Variations
Color information
#4A9071 (or 0x4A9071) is known color: Viridian. HEX triplet: 4A, 90 and 71. RGB value is (74,144,113). Sum of RGB (Red+Green+Blue) = 74+144+113=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #4A9071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9071 is #B56F8E. Grayscale: #777777. Windows color (decimal): -11890575 or 7442506. OLE color: 7442506.
HSL color Cylindrical-coordinate representation of color #4A9071: hue angle of 153.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9071 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 144 | 113 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.44 |
| HSL | 153.43º | 0.32% | 0.43% | - |
| HSV(B) | 153.43º | 0.49% | 0.56% | - |
| XYZ | 15.78 | 22.59 | 19.15 | - |
| YUV | 119.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 113 | 0.49 | 0 | 0.22 | 0.44 | 153.43 | 0.32 | 0.43 |
| Hex | 4A | 90 | 71 | 31 | 0 | 16 | 2C | 99 | 20 | 2B |
| Octal | 112 | 220 | 161 | 61 | 0 | 26 | 54 | 231 | 40 | 53 |
| Binary | 1001010 | 10010000 | 1110001 | 110001 | 0 | 10110 | 101100 | 10011001 | 100000 | 101011 |
Color Harmonies of #4A9071
Complementary color
Monochromatic Colors of #4A9071
Black with #4A9071
Text Example
Text Example
White with #4A9071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9071; }
p { color: rgb(74,144,113); }
H1.HeaderClassName
{
color: #4A9071;
}
.AnyTagClassName
{
color: #4A9071;
}
</style>
background-color css
<style>
a { background-color: #4A9071; }
a { background-color: rgb(74,144,113); }
div.DivClassName
{
background-color: #4A9071;
}
.BgClassName
{
background-color: #4A9071;
}
</style>
border-color css
<style>
span { border-color: #4A9071; }
span { border-color: rgb(74,144,113); }
td.TdClassName
{
border-color: #4A9071;
}
.TagClassName
{
border-color: #4A9071;
}
</style>