Shades of Viridian Green #4A6D5D
Tints of Viridian Green #4A6D5D
RGB
CMYK
RGB Variations
Color information
#4A6D5D (or 0x4A6D5D) is known color: Viridian Green. HEX triplet: 4A, 6D and 5D. RGB value is (74,109,93). Sum of RGB (Red+Green+Blue) = 74+109+93=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D5D is #B592A2. Grayscale: #606060. Windows color (decimal): -11899555 or 6122826. OLE color: 6122826.
HSL color Cylindrical-coordinate representation of color #4A6D5D: hue angle of 152.57º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6D5D is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 109 | 93 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.57 |
| HSL | 152.57º | 0.19% | 0.36% | - |
| HSV(B) | 152.57º | 0.32% | 0.43% | - |
| XYZ | 10.27 | 13.18 | 12.36 | - |
| YUV | 96.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 93 | 0.32 | 0 | 0.15 | 0.57 | 152.57 | 0.19 | 0.36 |
| Hex | 4A | 6D | 5D | 20 | 0 | F | 39 | 99 | 13 | 24 |
| Octal | 112 | 155 | 135 | 40 | 0 | 17 | 71 | 231 | 23 | 44 |
| Binary | 1001010 | 1101101 | 1011101 | 100000 | 0 | 1111 | 111001 | 10011001 | 10011 | 100100 |
Color Harmonies of #4A6D5D
Complementary color
Monochromatic Colors of #4A6D5D
Black with #4A6D5D
Text Example
Text Example
White with #4A6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6D5D; }
p { color: rgb(74,109,93); }
H1.HeaderClassName
{
color: #4A6D5D;
}
.AnyTagClassName
{
color: #4A6D5D;
}
</style>
background-color css
<style>
a { background-color: #4A6D5D; }
a { background-color: rgb(74,109,93); }
div.DivClassName
{
background-color: #4A6D5D;
}
.BgClassName
{
background-color: #4A6D5D;
}
</style>
border-color css
<style>
span { border-color: #4A6D5D; }
span { border-color: rgb(74,109,93); }
td.TdClassName
{
border-color: #4A6D5D;
}
.TagClassName
{
border-color: #4A6D5D;
}
</style>