Shades of Viridian #4A8569
Tints of Viridian #4A8569
RGB
CMYK
RGB Variations
Color information
#4A8569 (or 0x4A8569) is known color: Viridian. HEX triplet: 4A, 85 and 69. RGB value is (74,133,105). Sum of RGB (Red+Green+Blue) = 74+133+105=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8569 is #B57A96. Grayscale: #707070. Windows color (decimal): -11893399 or 6915402. OLE color: 6915402.
HSL color Cylindrical-coordinate representation of color #4A8569: hue angle of 151.53º 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 #4A8569 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 133 | 105 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.48 |
| HSL | 151.53º | 0.29% | 0.41% | - |
| HSV(B) | 151.53º | 0.44% | 0.52% | - |
| XYZ | 13.76 | 19.25 | 16.36 | - |
| YUV | 112.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 105 | 0.44 | 0 | 0.21 | 0.48 | 151.53 | 0.29 | 0.41 |
| Hex | 4A | 85 | 69 | 2C | 0 | 15 | 30 | 98 | 1D | 29 |
| Octal | 112 | 205 | 151 | 54 | 0 | 25 | 60 | 230 | 35 | 51 |
| Binary | 1001010 | 10000101 | 1101001 | 101100 | 0 | 10101 | 110000 | 10011000 | 11101 | 101001 |
Color Harmonies of #4A8569
Complementary color
Monochromatic Colors of #4A8569
Black with #4A8569
Text Example
Text Example
White with #4A8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8569; }
p { color: rgb(74,133,105); }
H1.HeaderClassName
{
color: #4A8569;
}
.AnyTagClassName
{
color: #4A8569;
}
</style>
background-color css
<style>
a { background-color: #4A8569; }
a { background-color: rgb(74,133,105); }
div.DivClassName
{
background-color: #4A8569;
}
.BgClassName
{
background-color: #4A8569;
}
</style>
border-color css
<style>
span { border-color: #4A8569; }
span { border-color: rgb(74,133,105); }
td.TdClassName
{
border-color: #4A8569;
}
.TagClassName
{
border-color: #4A8569;
}
</style>