Shades of San Felix #316F37
Tints of San Felix #316F37
RGB
CMYK
RGB Variations
Color information
#316F37 (or 0x316F37) is known color: San Felix. HEX triplet: 31, 6F and 37. RGB value is (49,111,55). Sum of RGB (Red+Green+Blue) = 49+111+55=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #316F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F37 is #CE90C8. Grayscale: #565656. Windows color (decimal): -13537481 or 3632945. OLE color: 3632945.
HSL color Cylindrical-coordinate representation of color #316F37: hue angle of 125.81º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F37 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 55 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.56 |
| HSL | 125.81º | 0.39% | 0.31% | - |
| HSV(B) | 125.81º | 0.56% | 0.44% | - |
| XYZ | 7.64 | 12.3 | 5.59 | - |
| YUV | 86.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 55 | 0.56 | 0 | 0.50 | 0.56 | 125.81 | 0.39 | 0.31 |
| Hex | 31 | 6F | 37 | 38 | 0 | 32 | 38 | 7E | 27 | 1F |
| Octal | 61 | 157 | 67 | 70 | 0 | 62 | 70 | 176 | 47 | 37 |
| Binary | 110001 | 1101111 | 110111 | 111000 | 0 | 110010 | 111000 | 1111110 | 100111 | 11111 |
Color Harmonies of #316F37
Complementary color
Monochromatic Colors of #316F37
Black with #316F37
Text Example
Text Example
White with #316F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F37; }
p { color: rgb(49,111,55); }
H1.HeaderClassName
{
color: #316F37;
}
.AnyTagClassName
{
color: #316F37;
}
</style>
background-color css
<style>
a { background-color: #316F37; }
a { background-color: rgb(49,111,55); }
div.DivClassName
{
background-color: #316F37;
}
.BgClassName
{
background-color: #316F37;
}
</style>
border-color css
<style>
span { border-color: #316F37; }
span { border-color: rgb(49,111,55); }
td.TdClassName
{
border-color: #316F37;
}
.TagClassName
{
border-color: #316F37;
}
</style>