Shades of Viridian #4A8B6A
Tints of Viridian #4A8B6A
RGB
CMYK
RGB Variations
Color information
#4A8B6A (or 0x4A8B6A) is known color: Viridian. HEX triplet: 4A, 8B and 6A. RGB value is (74,139,106). Sum of RGB (Red+Green+Blue) = 74+139+106=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B6A is #B57495. Grayscale: #737373. Windows color (decimal): -11891862 or 6982474. OLE color: 6982474.
HSL color Cylindrical-coordinate representation of color #4A8B6A: hue angle of 149.54º 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 #4A8B6A is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 106 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.45 |
| HSL | 149.54º | 0.31% | 0.42% | - |
| HSV(B) | 149.54º | 0.47% | 0.55% | - |
| XYZ | 14.66 | 20.96 | 16.91 | - |
| YUV | 115.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 106 | 0.47 | 0 | 0.24 | 0.45 | 149.54 | 0.31 | 0.42 |
| Hex | 4A | 8B | 6A | 2F | 0 | 18 | 2D | 96 | 1F | 2A |
| Octal | 112 | 213 | 152 | 57 | 0 | 30 | 55 | 226 | 37 | 52 |
| Binary | 1001010 | 10001011 | 1101010 | 101111 | 0 | 11000 | 101101 | 10010110 | 11111 | 101010 |
Color Harmonies of #4A8B6A
Complementary color
Monochromatic Colors of #4A8B6A
Black with #4A8B6A
Text Example
Text Example
White with #4A8B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B6A; }
p { color: rgb(74,139,106); }
H1.HeaderClassName
{
color: #4A8B6A;
}
.AnyTagClassName
{
color: #4A8B6A;
}
</style>
background-color css
<style>
a { background-color: #4A8B6A; }
a { background-color: rgb(74,139,106); }
div.DivClassName
{
background-color: #4A8B6A;
}
.BgClassName
{
background-color: #4A8B6A;
}
</style>
border-color css
<style>
span { border-color: #4A8B6A; }
span { border-color: rgb(74,139,106); }
td.TdClassName
{
border-color: #4A8B6A;
}
.TagClassName
{
border-color: #4A8B6A;
}
</style>