Shades of San Felix #316E38
Tints of San Felix #316E38
RGB
CMYK
RGB Variations
Color information
#316E38 (or 0x316E38) is known color: San Felix. HEX triplet: 31, 6E and 38. RGB value is (49,110,56). Sum of RGB (Red+Green+Blue) = 49+110+56=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #316E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E38 is #CE91C7. Grayscale: #555555. Windows color (decimal): -13537736 or 3698225. OLE color: 3698225.
HSL color Cylindrical-coordinate representation of color #316E38: hue angle of 126.89º 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 #316E38 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 56 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.57 |
| HSL | 126.89º | 0.38% | 0.31% | - |
| HSV(B) | 126.89º | 0.55% | 0.43% | - |
| XYZ | 7.56 | 12.09 | 5.68 | - |
| YUV | 85.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 56 | 0.55 | 0 | 0.49 | 0.57 | 126.89 | 0.38 | 0.31 |
| Hex | 31 | 6E | 38 | 37 | 0 | 31 | 39 | 7F | 26 | 1F |
| Octal | 61 | 156 | 70 | 67 | 0 | 61 | 71 | 177 | 46 | 37 |
| Binary | 110001 | 1101110 | 111000 | 110111 | 0 | 110001 | 111001 | 1111111 | 100110 | 11111 |
Color Harmonies of #316E38
Complementary color
Monochromatic Colors of #316E38
Black with #316E38
Text Example
Text Example
White with #316E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E38; }
p { color: rgb(49,110,56); }
H1.HeaderClassName
{
color: #316E38;
}
.AnyTagClassName
{
color: #316E38;
}
</style>
background-color css
<style>
a { background-color: #316E38; }
a { background-color: rgb(49,110,56); }
div.DivClassName
{
background-color: #316E38;
}
.BgClassName
{
background-color: #316E38;
}
</style>
border-color css
<style>
span { border-color: #316E38; }
span { border-color: rgb(49,110,56); }
td.TdClassName
{
border-color: #316E38;
}
.TagClassName
{
border-color: #316E38;
}
</style>