Shades of Viridian #4A876C
Tints of Viridian #4A876C
RGB
CMYK
RGB Variations
Color information
#4A876C (or 0x4A876C) is known color: Viridian. HEX triplet: 4A, 87 and 6C. RGB value is (74,135,108). Sum of RGB (Red+Green+Blue) = 74+135+108=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #4A876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A876C is #B57893. Grayscale: #717171. Windows color (decimal): -11892884 or 7112522. OLE color: 7112522.
HSL color Cylindrical-coordinate representation of color #4A876C: hue angle of 153.44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A876C is Cyan = 0.45, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 135 | 108 | - |
| CMYK | 0.45 | 0 | 0.2 | 0.47 |
| HSL | 153.44º | 0.29% | 0.41% | - |
| HSV(B) | 153.44º | 0.45% | 0.53% | - |
| XYZ | 14.19 | 19.87 | 17.27 | - |
| YUV | 113.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 108 | 0.45 | 0 | 0.2 | 0.47 | 153.44 | 0.29 | 0.41 |
| Hex | 4A | 87 | 6C | 2D | 0 | 14 | 2F | 99 | 1D | 29 |
| Octal | 112 | 207 | 154 | 55 | 0 | 24 | 57 | 231 | 35 | 51 |
| Binary | 1001010 | 10000111 | 1101100 | 101101 | 0 | 10100 | 101111 | 10011001 | 11101 | 101001 |
Color Harmonies of #4A876C
Complementary color
Monochromatic Colors of #4A876C
Black with #4A876C
Text Example
Text Example
White with #4A876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A876C; }
p { color: rgb(74,135,108); }
H1.HeaderClassName
{
color: #4A876C;
}
.AnyTagClassName
{
color: #4A876C;
}
</style>
background-color css
<style>
a { background-color: #4A876C; }
a { background-color: rgb(74,135,108); }
div.DivClassName
{
background-color: #4A876C;
}
.BgClassName
{
background-color: #4A876C;
}
</style>
border-color css
<style>
span { border-color: #4A876C; }
span { border-color: rgb(74,135,108); }
td.TdClassName
{
border-color: #4A876C;
}
.TagClassName
{
border-color: #4A876C;
}
</style>