Shades of Viridian Green #4A695B
Tints of Viridian Green #4A695B
RGB
CMYK
RGB Variations
Color information
#4A695B (or 0x4A695B) is known color: Viridian Green. HEX triplet: 4A, 69 and 5B. RGB value is (74,105,91). Sum of RGB (Red+Green+Blue) = 74+105+91=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #4A695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A695B is #B596A4. Grayscale: #5E5E5E. Windows color (decimal): -11900581 or 5990730. OLE color: 5990730.
HSL color Cylindrical-coordinate representation of color #4A695B: hue angle of 152.9º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A695B is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 91 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.59 |
| HSL | 152.9º | 0.17% | 0.35% | - |
| HSV(B) | 152.9º | 0.3% | 0.41% | - |
| XYZ | 9.76 | 12.31 | 11.76 | - |
| YUV | 94.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 91 | 0.30 | 0 | 0.13 | 0.59 | 152.9 | 0.17 | 0.35 |
| Hex | 4A | 69 | 5B | 1E | 0 | D | 3B | 99 | 11 | 23 |
| Octal | 112 | 151 | 133 | 36 | 0 | 15 | 73 | 231 | 21 | 43 |
| Binary | 1001010 | 1101001 | 1011011 | 11110 | 0 | 1101 | 111011 | 10011001 | 10001 | 100011 |
Color Harmonies of #4A695B
Complementary color
Monochromatic Colors of #4A695B
Black with #4A695B
Text Example
Text Example
White with #4A695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A695B; }
p { color: rgb(74,105,91); }
H1.HeaderClassName
{
color: #4A695B;
}
.AnyTagClassName
{
color: #4A695B;
}
</style>
background-color css
<style>
a { background-color: #4A695B; }
a { background-color: rgb(74,105,91); }
div.DivClassName
{
background-color: #4A695B;
}
.BgClassName
{
background-color: #4A695B;
}
</style>
border-color css
<style>
span { border-color: #4A695B; }
span { border-color: rgb(74,105,91); }
td.TdClassName
{
border-color: #4A695B;
}
.TagClassName
{
border-color: #4A695B;
}
</style>