Shades of San Felix #31632E
Tints of San Felix #31632E
RGB
CMYK
RGB Variations
Color information
#31632E (or 0x31632E) is known color: San Felix. HEX triplet: 31, 63 and 2E. RGB value is (49,99,46). Sum of RGB (Red+Green+Blue) = 49+99+46=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #31632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31632E is #CE9CD1. Grayscale: #4E4E4E. Windows color (decimal): -13540562 or 3040049. OLE color: 3040049.
HSL color Cylindrical-coordinate representation of color #31632E: hue angle of 116.6º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31632E is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 46 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.61 |
| HSL | 116.6º | 0.37% | 0.28% | - |
| HSV(B) | 116.6º | 0.54% | 0.39% | - |
| XYZ | 6.22 | 9.77 | 4.14 | - |
| YUV | 78.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 46 | 0.51 | 0 | 0.54 | 0.61 | 116.6 | 0.37 | 0.28 |
| Hex | 31 | 63 | 2E | 33 | 0 | 36 | 3D | 75 | 25 | 1C |
| Octal | 61 | 143 | 56 | 63 | 0 | 66 | 75 | 165 | 45 | 34 |
| Binary | 110001 | 1100011 | 101110 | 110011 | 0 | 110110 | 111101 | 1110101 | 100101 | 11100 |
Color Harmonies of #31632E
Complementary color
Monochromatic Colors of #31632E
Black with #31632E
Text Example
Text Example
White with #31632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31632E; }
p { color: rgb(49,99,46); }
H1.HeaderClassName
{
color: #31632E;
}
.AnyTagClassName
{
color: #31632E;
}
</style>
background-color css
<style>
a { background-color: #31632E; }
a { background-color: rgb(49,99,46); }
div.DivClassName
{
background-color: #31632E;
}
.BgClassName
{
background-color: #31632E;
}
</style>
border-color css
<style>
span { border-color: #31632E; }
span { border-color: rgb(49,99,46); }
td.TdClassName
{
border-color: #31632E;
}
.TagClassName
{
border-color: #31632E;
}
</style>