Shades of Viridian Green #496358
Tints of Viridian Green #496358
RGB
CMYK
RGB Variations
Color information
#496358 (or 0x496358) is known color: Viridian Green. HEX triplet: 49, 63 and 58. RGB value is (73,99,88). Sum of RGB (Red+Green+Blue) = 73+99+88=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #496358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496358 is #B69CA7. Grayscale: #595959. Windows color (decimal): -11967656 or 5792585. OLE color: 5792585.
HSL color Cylindrical-coordinate representation of color #496358: hue angle of 154.62º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496358 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 88 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.61 |
| HSL | 154.62º | 0.15% | 0.34% | - |
| HSV(B) | 154.62º | 0.26% | 0.39% | - |
| XYZ | 8.97 | 11.04 | 10.89 | - |
| YUV | 89.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 88 | 0.26 | 0 | 0.11 | 0.61 | 154.62 | 0.15 | 0.34 |
| Hex | 49 | 63 | 58 | 1A | 0 | B | 3D | 9B | F | 22 |
| Octal | 111 | 143 | 130 | 32 | 0 | 13 | 75 | 233 | 17 | 42 |
| Binary | 1001001 | 1100011 | 1011000 | 11010 | 0 | 1011 | 111101 | 10011011 | 1111 | 100010 |
Color Harmonies of #496358
Complementary color
Monochromatic Colors of #496358
Black with #496358
Text Example
Text Example
White with #496358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496358; }
p { color: rgb(73,99,88); }
H1.HeaderClassName
{
color: #496358;
}
.AnyTagClassName
{
color: #496358;
}
</style>
background-color css
<style>
a { background-color: #496358; }
a { background-color: rgb(73,99,88); }
div.DivClassName
{
background-color: #496358;
}
.BgClassName
{
background-color: #496358;
}
</style>
border-color css
<style>
span { border-color: #496358; }
span { border-color: rgb(73,99,88); }
td.TdClassName
{
border-color: #496358;
}
.TagClassName
{
border-color: #496358;
}
</style>