Shades of Viridian #4A8B6B
Tints of Viridian #4A8B6B
RGB
CMYK
RGB Variations
Color information
#4A8B6B (or 0x4A8B6B) is known color: Viridian. HEX triplet: 4A, 8B and 6B. RGB value is (74,139,107). Sum of RGB (Red+Green+Blue) = 74+139+107=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B6B is #B57494. Grayscale: #737373. Windows color (decimal): -11891861 or 7048010. OLE color: 7048010.
HSL color Cylindrical-coordinate representation of color #4A8B6B: hue angle of 150.46º 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 #4A8B6B is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 107 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.45 |
| HSL | 150.46º | 0.31% | 0.42% | - |
| HSV(B) | 150.46º | 0.47% | 0.55% | - |
| XYZ | 14.71 | 20.98 | 17.18 | - |
| YUV | 115.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 107 | 0.47 | 0 | 0.23 | 0.45 | 150.46 | 0.31 | 0.42 |
| Hex | 4A | 8B | 6B | 2F | 0 | 17 | 2D | 96 | 1F | 2A |
| Octal | 112 | 213 | 153 | 57 | 0 | 27 | 55 | 226 | 37 | 52 |
| Binary | 1001010 | 10001011 | 1101011 | 101111 | 0 | 10111 | 101101 | 10010110 | 11111 | 101010 |
Color Harmonies of #4A8B6B
Complementary color
Monochromatic Colors of #4A8B6B
Black with #4A8B6B
Text Example
Text Example
White with #4A8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B6B; }
p { color: rgb(74,139,107); }
H1.HeaderClassName
{
color: #4A8B6B;
}
.AnyTagClassName
{
color: #4A8B6B;
}
</style>
background-color css
<style>
a { background-color: #4A8B6B; }
a { background-color: rgb(74,139,107); }
div.DivClassName
{
background-color: #4A8B6B;
}
.BgClassName
{
background-color: #4A8B6B;
}
</style>
border-color css
<style>
span { border-color: #4A8B6B; }
span { border-color: rgb(74,139,107); }
td.TdClassName
{
border-color: #4A8B6B;
}
.TagClassName
{
border-color: #4A8B6B;
}
</style>