Shades of Viridian Green #49665B
Tints of Viridian Green #49665B
RGB
CMYK
RGB Variations
Color information
#49665B (or 0x49665B) is known color: Viridian Green. HEX triplet: 49, 66 and 5B. RGB value is (73,102,91). Sum of RGB (Red+Green+Blue) = 73+102+91=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #49665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49665B is #B699A4. Grayscale: #5C5C5C. Windows color (decimal): -11966885 or 5989961. OLE color: 5989961.
HSL color Cylindrical-coordinate representation of color #49665B: hue angle of 157.24º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49665B is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 91 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.6 |
| HSL | 157.24º | 0.17% | 0.34% | - |
| HSV(B) | 157.24º | 0.28% | 0.4% | - |
| XYZ | 9.39 | 11.67 | 11.66 | - |
| YUV | 92.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 91 | 0.28 | 0 | 0.11 | 0.6 | 157.24 | 0.17 | 0.34 |
| Hex | 49 | 66 | 5B | 1C | 0 | B | 3C | 9D | 11 | 22 |
| Octal | 111 | 146 | 133 | 34 | 0 | 13 | 74 | 235 | 21 | 42 |
| Binary | 1001001 | 1100110 | 1011011 | 11100 | 0 | 1011 | 111100 | 10011101 | 10001 | 100010 |
Color Harmonies of #49665B
Complementary color
Monochromatic Colors of #49665B
Black with #49665B
Text Example
Text Example
White with #49665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49665B; }
p { color: rgb(73,102,91); }
H1.HeaderClassName
{
color: #49665B;
}
.AnyTagClassName
{
color: #49665B;
}
</style>
background-color css
<style>
a { background-color: #49665B; }
a { background-color: rgb(73,102,91); }
div.DivClassName
{
background-color: #49665B;
}
.BgClassName
{
background-color: #49665B;
}
</style>
border-color css
<style>
span { border-color: #49665B; }
span { border-color: rgb(73,102,91); }
td.TdClassName
{
border-color: #49665B;
}
.TagClassName
{
border-color: #49665B;
}
</style>