Shades of Viridian Green #49675B
Tints of Viridian Green #49675B
RGB
CMYK
RGB Variations
Color information
#49675B (or 0x49675B) is known color: Viridian Green. HEX triplet: 49, 67 and 5B. RGB value is (73,103,91). Sum of RGB (Red+Green+Blue) = 73+103+91=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #49675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49675B is #B698A4. Grayscale: #5C5C5C. Windows color (decimal): -11966629 or 5990217. OLE color: 5990217.
HSL color Cylindrical-coordinate representation of color #49675B: hue angle of 156º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49675B is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 91 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.60 |
| HSL | 156º | 0.17% | 0.35% | - |
| HSV(B) | 156º | 0.29% | 0.4% | - |
| XYZ | 9.49 | 11.87 | 11.69 | - |
| YUV | 92.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 91 | 0.29 | 0 | 0.12 | 0.60 | 156 | 0.17 | 0.35 |
| Hex | 49 | 67 | 5B | 1D | 0 | C | 3C | 9C | 11 | 23 |
| Octal | 111 | 147 | 133 | 35 | 0 | 14 | 74 | 234 | 21 | 43 |
| Binary | 1001001 | 1100111 | 1011011 | 11101 | 0 | 1100 | 111100 | 10011100 | 10001 | 100011 |
Color Harmonies of #49675B
Complementary color
Monochromatic Colors of #49675B
Black with #49675B
Text Example
Text Example
White with #49675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49675B; }
p { color: rgb(73,103,91); }
H1.HeaderClassName
{
color: #49675B;
}
.AnyTagClassName
{
color: #49675B;
}
</style>
background-color css
<style>
a { background-color: #49675B; }
a { background-color: rgb(73,103,91); }
div.DivClassName
{
background-color: #49675B;
}
.BgClassName
{
background-color: #49675B;
}
</style>
border-color css
<style>
span { border-color: #49675B; }
span { border-color: rgb(73,103,91); }
td.TdClassName
{
border-color: #49675B;
}
.TagClassName
{
border-color: #49675B;
}
</style>