Shades of San Felix #316D39
Tints of San Felix #316D39
RGB
CMYK
RGB Variations
Color information
#316D39 (or 0x316D39) is known color: San Felix. HEX triplet: 31, 6D and 39. RGB value is (49,109,57). Sum of RGB (Red+Green+Blue) = 49+109+57=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #316D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D39 is #CE92C6. Grayscale: #555555. Windows color (decimal): -13537991 or 3763505. OLE color: 3763505.
HSL color Cylindrical-coordinate representation of color #316D39: hue angle of 128º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D39 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 57 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.57 |
| HSL | 128º | 0.38% | 0.31% | - |
| HSV(B) | 128º | 0.55% | 0.43% | - |
| XYZ | 7.47 | 11.89 | 5.77 | - |
| YUV | 85.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 57 | 0.55 | 0 | 0.48 | 0.57 | 128 | 0.38 | 0.31 |
| Hex | 31 | 6D | 39 | 37 | 0 | 30 | 39 | 80 | 26 | 1F |
| Octal | 61 | 155 | 71 | 67 | 0 | 60 | 71 | 200 | 46 | 37 |
| Binary | 110001 | 1101101 | 111001 | 110111 | 0 | 110000 | 111001 | 10000000 | 100110 | 11111 |
Color Harmonies of #316D39
Complementary color
Monochromatic Colors of #316D39
Black with #316D39
Text Example
Text Example
White with #316D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D39; }
p { color: rgb(49,109,57); }
H1.HeaderClassName
{
color: #316D39;
}
.AnyTagClassName
{
color: #316D39;
}
</style>
background-color css
<style>
a { background-color: #316D39; }
a { background-color: rgb(49,109,57); }
div.DivClassName
{
background-color: #316D39;
}
.BgClassName
{
background-color: #316D39;
}
</style>
border-color css
<style>
span { border-color: #316D39; }
span { border-color: rgb(49,109,57); }
td.TdClassName
{
border-color: #316D39;
}
.TagClassName
{
border-color: #316D39;
}
</style>