Shades of Viridian Green #4A6D5C
Tints of Viridian Green #4A6D5C
RGB
CMYK
RGB Variations
Color information
#4A6D5C (or 0x4A6D5C) is known color: Viridian Green. HEX triplet: 4A, 6D and 5C. RGB value is (74,109,92). Sum of RGB (Red+Green+Blue) = 74+109+92=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D5C is #B592A3. Grayscale: #606060. Windows color (decimal): -11899556 or 6057290. OLE color: 6057290.
HSL color Cylindrical-coordinate representation of color #4A6D5C: hue angle of 150.86º 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 #4A6D5C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 109 | 92 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.57 |
| HSL | 150.86º | 0.19% | 0.36% | - |
| HSV(B) | 150.86º | 0.32% | 0.43% | - |
| XYZ | 10.22 | 13.17 | 12.13 | - |
| YUV | 96.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 92 | 0.32 | 0 | 0.16 | 0.57 | 150.86 | 0.19 | 0.36 |
| Hex | 4A | 6D | 5C | 20 | 0 | 10 | 39 | 97 | 13 | 24 |
| Octal | 112 | 155 | 134 | 40 | 0 | 20 | 71 | 227 | 23 | 44 |
| Binary | 1001010 | 1101101 | 1011100 | 100000 | 0 | 10000 | 111001 | 10010111 | 10011 | 100100 |
Color Harmonies of #4A6D5C
Complementary color
Monochromatic Colors of #4A6D5C
Black with #4A6D5C
Text Example
Text Example
White with #4A6D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6D5C; }
p { color: rgb(74,109,92); }
H1.HeaderClassName
{
color: #4A6D5C;
}
.AnyTagClassName
{
color: #4A6D5C;
}
</style>
background-color css
<style>
a { background-color: #4A6D5C; }
a { background-color: rgb(74,109,92); }
div.DivClassName
{
background-color: #4A6D5C;
}
.BgClassName
{
background-color: #4A6D5C;
}
</style>
border-color css
<style>
span { border-color: #4A6D5C; }
span { border-color: rgb(74,109,92); }
td.TdClassName
{
border-color: #4A6D5C;
}
.TagClassName
{
border-color: #4A6D5C;
}
</style>