Shades of Viridian Green #4A6255
Tints of Viridian Green #4A6255
RGB
CMYK
RGB Variations
Color information
#4A6255 (or 0x4A6255) is known color: Viridian Green. HEX triplet: 4A, 62 and 55. RGB value is (74,98,85). Sum of RGB (Red+Green+Blue) = 74+98+85=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6255 is #B59DAA. Grayscale: #595959. Windows color (decimal): -11902379 or 5595722. OLE color: 5595722.
HSL color Cylindrical-coordinate representation of color #4A6255: hue angle of 147.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A6255 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 85 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.62 |
| HSL | 147.5º | 0.14% | 0.34% | - |
| HSV(B) | 147.5º | 0.24% | 0.38% | - |
| XYZ | 8.83 | 10.85 | 10.22 | - |
| YUV | 89.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 85 | 0.24 | 0 | 0.13 | 0.62 | 147.5 | 0.14 | 0.34 |
| Hex | 4A | 62 | 55 | 18 | 0 | D | 3E | 94 | E | 22 |
| Octal | 112 | 142 | 125 | 30 | 0 | 15 | 76 | 224 | 16 | 42 |
| Binary | 1001010 | 1100010 | 1010101 | 11000 | 0 | 1101 | 111110 | 10010100 | 1110 | 100010 |
Color Harmonies of #4A6255
Complementary color
Monochromatic Colors of #4A6255
Black with #4A6255
Text Example
Text Example
White with #4A6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6255; }
p { color: rgb(74,98,85); }
H1.HeaderClassName
{
color: #4A6255;
}
.AnyTagClassName
{
color: #4A6255;
}
</style>
background-color css
<style>
a { background-color: #4A6255; }
a { background-color: rgb(74,98,85); }
div.DivClassName
{
background-color: #4A6255;
}
.BgClassName
{
background-color: #4A6255;
}
</style>
border-color css
<style>
span { border-color: #4A6255; }
span { border-color: rgb(74,98,85); }
td.TdClassName
{
border-color: #4A6255;
}
.TagClassName
{
border-color: #4A6255;
}
</style>