Shades of Viridian #4A9276
Tints of Viridian #4A9276
RGB
CMYK
RGB Variations
Color information
#4A9276 (or 0x4A9276) is known color: Viridian. HEX triplet: 4A, 92 and 76. RGB value is (74,146,118). Sum of RGB (Red+Green+Blue) = 74+146+118=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #4A9276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9276 is #B56D89. Grayscale: #797979. Windows color (decimal): -11890058 or 7770698. OLE color: 7770698.
HSL color Cylindrical-coordinate representation of color #4A9276: hue angle of 156.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9276 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 146 | 118 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.43 |
| HSL | 156.67º | 0.33% | 0.43% | - |
| HSV(B) | 156.67º | 0.49% | 0.57% | - |
| XYZ | 16.37 | 23.32 | 20.78 | - |
| YUV | 121.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 118 | 0.49 | 0 | 0.19 | 0.43 | 156.67 | 0.33 | 0.43 |
| Hex | 4A | 92 | 76 | 31 | 0 | 13 | 2B | 9D | 21 | 2B |
| Octal | 112 | 222 | 166 | 61 | 0 | 23 | 53 | 235 | 41 | 53 |
| Binary | 1001010 | 10010010 | 1110110 | 110001 | 0 | 10011 | 101011 | 10011101 | 100001 | 101011 |
Color Harmonies of #4A9276
Complementary color
Monochromatic Colors of #4A9276
Black with #4A9276
Text Example
Text Example
White with #4A9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9276; }
p { color: rgb(74,146,118); }
H1.HeaderClassName
{
color: #4A9276;
}
.AnyTagClassName
{
color: #4A9276;
}
</style>
background-color css
<style>
a { background-color: #4A9276; }
a { background-color: rgb(74,146,118); }
div.DivClassName
{
background-color: #4A9276;
}
.BgClassName
{
background-color: #4A9276;
}
</style>
border-color css
<style>
span { border-color: #4A9276; }
span { border-color: rgb(74,146,118); }
td.TdClassName
{
border-color: #4A9276;
}
.TagClassName
{
border-color: #4A9276;
}
</style>