Shades of Viridian #4A906D
Tints of Viridian #4A906D
RGB
CMYK
RGB Variations
Color information
#4A906D (or 0x4A906D) is known color: Viridian. HEX triplet: 4A, 90 and 6D. RGB value is (74,144,109). Sum of RGB (Red+Green+Blue) = 74+144+109=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #4A906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A906D is #B56F92. Grayscale: #777777. Windows color (decimal): -11890579 or 7180362. OLE color: 7180362.
HSL color Cylindrical-coordinate representation of color #4A906D: hue angle of 150º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A906D is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 144 | 109 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.44 |
| HSL | 150º | 0.32% | 0.43% | - |
| HSV(B) | 150º | 0.49% | 0.56% | - |
| XYZ | 15.56 | 22.51 | 17.99 | - |
| YUV | 119.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 109 | 0.49 | 0 | 0.24 | 0.44 | 150 | 0.32 | 0.43 |
| Hex | 4A | 90 | 6D | 31 | 0 | 18 | 2C | 96 | 20 | 2B |
| Octal | 112 | 220 | 155 | 61 | 0 | 30 | 54 | 226 | 40 | 53 |
| Binary | 1001010 | 10010000 | 1101101 | 110001 | 0 | 11000 | 101100 | 10010110 | 100000 | 101011 |
Color Harmonies of #4A906D
Complementary color
Monochromatic Colors of #4A906D
Black with #4A906D
Text Example
Text Example
White with #4A906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A906D; }
p { color: rgb(74,144,109); }
H1.HeaderClassName
{
color: #4A906D;
}
.AnyTagClassName
{
color: #4A906D;
}
</style>
background-color css
<style>
a { background-color: #4A906D; }
a { background-color: rgb(74,144,109); }
div.DivClassName
{
background-color: #4A906D;
}
.BgClassName
{
background-color: #4A906D;
}
</style>
border-color css
<style>
span { border-color: #4A906D; }
span { border-color: rgb(74,144,109); }
td.TdClassName
{
border-color: #4A906D;
}
.TagClassName
{
border-color: #4A906D;
}
</style>