Shades of Viridian #4A8E6B
Tints of Viridian #4A8E6B
RGB
CMYK
RGB Variations
Color information
#4A8E6B (or 0x4A8E6B) is known color: Viridian. HEX triplet: 4A, 8E and 6B. RGB value is (74,142,107). Sum of RGB (Red+Green+Blue) = 74+142+107=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E6B is #B57194. Grayscale: #757575. Windows color (decimal): -11891093 or 7048778. OLE color: 7048778.
HSL color Cylindrical-coordinate representation of color #4A8E6B: hue angle of 149.12º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8E6B is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 107 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.44 |
| HSL | 149.12º | 0.31% | 0.42% | - |
| HSV(B) | 149.12º | 0.48% | 0.56% | - |
| XYZ | 15.15 | 21.86 | 17.33 | - |
| YUV | 117.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 107 | 0.48 | 0 | 0.25 | 0.44 | 149.12 | 0.31 | 0.42 |
| Hex | 4A | 8E | 6B | 30 | 0 | 19 | 2C | 95 | 1F | 2A |
| Octal | 112 | 216 | 153 | 60 | 0 | 31 | 54 | 225 | 37 | 52 |
| Binary | 1001010 | 10001110 | 1101011 | 110000 | 0 | 11001 | 101100 | 10010101 | 11111 | 101010 |
Color Harmonies of #4A8E6B
Complementary color
Monochromatic Colors of #4A8E6B
Black with #4A8E6B
Text Example
Text Example
White with #4A8E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E6B; }
p { color: rgb(74,142,107); }
H1.HeaderClassName
{
color: #4A8E6B;
}
.AnyTagClassName
{
color: #4A8E6B;
}
</style>
background-color css
<style>
a { background-color: #4A8E6B; }
a { background-color: rgb(74,142,107); }
div.DivClassName
{
background-color: #4A8E6B;
}
.BgClassName
{
background-color: #4A8E6B;
}
</style>
border-color css
<style>
span { border-color: #4A8E6B; }
span { border-color: rgb(74,142,107); }
td.TdClassName
{
border-color: #4A8E6B;
}
.TagClassName
{
border-color: #4A8E6B;
}
</style>