Shades of Viridian #4A856C
Tints of Viridian #4A856C
RGB
CMYK
RGB Variations
Color information
#4A856C (or 0x4A856C) is known color: Viridian. HEX triplet: 4A, 85 and 6C. RGB value is (74,133,108). Sum of RGB (Red+Green+Blue) = 74+133+108=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #4A856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A856C is #B57A93. Grayscale: #707070. Windows color (decimal): -11893396 or 7112010. OLE color: 7112010.
HSL color Cylindrical-coordinate representation of color #4A856C: hue angle of 154.58º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A856C is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 133 | 108 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.48 |
| HSL | 154.58º | 0.29% | 0.41% | - |
| HSV(B) | 154.58º | 0.44% | 0.52% | - |
| XYZ | 13.92 | 19.31 | 17.18 | - |
| YUV | 112.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 108 | 0.44 | 0 | 0.19 | 0.48 | 154.58 | 0.29 | 0.41 |
| Hex | 4A | 85 | 6C | 2C | 0 | 13 | 30 | 9B | 1D | 29 |
| Octal | 112 | 205 | 154 | 54 | 0 | 23 | 60 | 233 | 35 | 51 |
| Binary | 1001010 | 10000101 | 1101100 | 101100 | 0 | 10011 | 110000 | 10011011 | 11101 | 101001 |
Color Harmonies of #4A856C
Complementary color
Monochromatic Colors of #4A856C
Black with #4A856C
Text Example
Text Example
White with #4A856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A856C; }
p { color: rgb(74,133,108); }
H1.HeaderClassName
{
color: #4A856C;
}
.AnyTagClassName
{
color: #4A856C;
}
</style>
background-color css
<style>
a { background-color: #4A856C; }
a { background-color: rgb(74,133,108); }
div.DivClassName
{
background-color: #4A856C;
}
.BgClassName
{
background-color: #4A856C;
}
</style>
border-color css
<style>
span { border-color: #4A856C; }
span { border-color: rgb(74,133,108); }
td.TdClassName
{
border-color: #4A856C;
}
.TagClassName
{
border-color: #4A856C;
}
</style>