Shades of Viridian #4A8B68
Tints of Viridian #4A8B68
RGB
CMYK
RGB Variations
Color information
#4A8B68 (or 0x4A8B68) is known color: Viridian. HEX triplet: 4A, 8B and 68. RGB value is (74,139,104). Sum of RGB (Red+Green+Blue) = 74+139+104=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B68 is #B57497. Grayscale: #737373. Windows color (decimal): -11891864 or 6851402. OLE color: 6851402.
HSL color Cylindrical-coordinate representation of color #4A8B68: hue angle of 147.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B68 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 104 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.45 |
| HSL | 147.69º | 0.31% | 0.42% | - |
| HSV(B) | 147.69º | 0.47% | 0.55% | - |
| XYZ | 14.56 | 20.92 | 16.37 | - |
| YUV | 115.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 104 | 0.47 | 0 | 0.25 | 0.45 | 147.69 | 0.31 | 0.42 |
| Hex | 4A | 8B | 68 | 2F | 0 | 19 | 2D | 94 | 1F | 2A |
| Octal | 112 | 213 | 150 | 57 | 0 | 31 | 55 | 224 | 37 | 52 |
| Binary | 1001010 | 10001011 | 1101000 | 101111 | 0 | 11001 | 101101 | 10010100 | 11111 | 101010 |
Color Harmonies of #4A8B68
Complementary color
Monochromatic Colors of #4A8B68
Black with #4A8B68
Text Example
Text Example
White with #4A8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B68; }
p { color: rgb(74,139,104); }
H1.HeaderClassName
{
color: #4A8B68;
}
.AnyTagClassName
{
color: #4A8B68;
}
</style>
background-color css
<style>
a { background-color: #4A8B68; }
a { background-color: rgb(74,139,104); }
div.DivClassName
{
background-color: #4A8B68;
}
.BgClassName
{
background-color: #4A8B68;
}
</style>
border-color css
<style>
span { border-color: #4A8B68; }
span { border-color: rgb(74,139,104); }
td.TdClassName
{
border-color: #4A8B68;
}
.TagClassName
{
border-color: #4A8B68;
}
</style>