Shades of Viridian Green #4A6E5D
Tints of Viridian Green #4A6E5D
RGB
CMYK
RGB Variations
Color information
#4A6E5D (or 0x4A6E5D) is known color: Viridian Green. HEX triplet: 4A, 6E and 5D. RGB value is (74,110,93). Sum of RGB (Red+Green+Blue) = 74+110+93=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6E5D is #B591A2. Grayscale: #616161. Windows color (decimal): -11899299 or 6123082. OLE color: 6123082.
HSL color Cylindrical-coordinate representation of color #4A6E5D: hue angle of 151.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A6E5D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 110 | 93 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.57 |
| HSL | 151.67º | 0.2% | 0.36% | - |
| HSV(B) | 151.67º | 0.33% | 0.43% | - |
| XYZ | 10.38 | 13.4 | 12.4 | - |
| YUV | 97.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 93 | 0.33 | 0 | 0.15 | 0.57 | 151.67 | 0.2 | 0.36 |
| Hex | 4A | 6E | 5D | 21 | 0 | F | 39 | 98 | 14 | 24 |
| Octal | 112 | 156 | 135 | 41 | 0 | 17 | 71 | 230 | 24 | 44 |
| Binary | 1001010 | 1101110 | 1011101 | 100001 | 0 | 1111 | 111001 | 10011000 | 10100 | 100100 |
Color Harmonies of #4A6E5D
Complementary color
Monochromatic Colors of #4A6E5D
Black with #4A6E5D
Text Example
Text Example
White with #4A6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6E5D; }
p { color: rgb(74,110,93); }
H1.HeaderClassName
{
color: #4A6E5D;
}
.AnyTagClassName
{
color: #4A6E5D;
}
</style>
background-color css
<style>
a { background-color: #4A6E5D; }
a { background-color: rgb(74,110,93); }
div.DivClassName
{
background-color: #4A6E5D;
}
.BgClassName
{
background-color: #4A6E5D;
}
</style>
border-color css
<style>
span { border-color: #4A6E5D; }
span { border-color: rgb(74,110,93); }
td.TdClassName
{
border-color: #4A6E5D;
}
.TagClassName
{
border-color: #4A6E5D;
}
</style>