Shades of Viridian #4A9476
Tints of Viridian #4A9476
RGB
CMYK
RGB Variations
Color information
#4A9476 (or 0x4A9476) is known color: Viridian. HEX triplet: 4A, 94 and 76. RGB value is (74,148,118). Sum of RGB (Red+Green+Blue) = 74+148+118=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9476 is #B56B89. Grayscale: #7A7A7A. Windows color (decimal): -11889546 or 7771210. OLE color: 7771210.
HSL color Cylindrical-coordinate representation of color #4A9476: hue angle of 155.68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9476 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 118 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.42 |
| HSL | 155.68º | 0.33% | 0.44% | - |
| HSV(B) | 155.68º | 0.5% | 0.58% | - |
| XYZ | 16.68 | 23.94 | 20.88 | - |
| YUV | 122.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 118 | 0.50 | 0 | 0.20 | 0.42 | 155.68 | 0.33 | 0.44 |
| Hex | 4A | 94 | 76 | 32 | 0 | 14 | 2A | 9C | 21 | 2C |
| Octal | 112 | 224 | 166 | 62 | 0 | 24 | 52 | 234 | 41 | 54 |
| Binary | 1001010 | 10010100 | 1110110 | 110010 | 0 | 10100 | 101010 | 10011100 | 100001 | 101100 |
Color Harmonies of #4A9476
Complementary color
Monochromatic Colors of #4A9476
Black with #4A9476
Text Example
Text Example
White with #4A9476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9476; }
p { color: rgb(74,148,118); }
H1.HeaderClassName
{
color: #4A9476;
}
.AnyTagClassName
{
color: #4A9476;
}
</style>
background-color css
<style>
a { background-color: #4A9476; }
a { background-color: rgb(74,148,118); }
div.DivClassName
{
background-color: #4A9476;
}
.BgClassName
{
background-color: #4A9476;
}
</style>
border-color css
<style>
span { border-color: #4A9476; }
span { border-color: rgb(74,148,118); }
td.TdClassName
{
border-color: #4A9476;
}
.TagClassName
{
border-color: #4A9476;
}
</style>