Shades of San Felix #316B31
Tints of San Felix #316B31
RGB
CMYK
RGB Variations
Color information
#316B31 (or 0x316B31) is known color: San Felix. HEX triplet: 31, 6B and 31. RGB value is (49,107,49). Sum of RGB (Red+Green+Blue) = 49+107+49=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #316B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B31 is #CE94CE. Grayscale: #535353. Windows color (decimal): -13538511 or 3238705. OLE color: 3238705.
HSL color Cylindrical-coordinate representation of color #316B31: hue angle of 120º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B31 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 107 | 49 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.58 |
| HSL | 120º | 0.37% | 0.31% | - |
| HSV(B) | 120º | 0.54% | 0.42% | - |
| XYZ | 7.08 | 11.39 | 4.73 | - |
| YUV | 83.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 49 | 0.54 | 0 | 0.54 | 0.58 | 120 | 0.37 | 0.31 |
| Hex | 31 | 6B | 31 | 36 | 0 | 36 | 3A | 78 | 25 | 1F |
| Octal | 61 | 153 | 61 | 66 | 0 | 66 | 72 | 170 | 45 | 37 |
| Binary | 110001 | 1101011 | 110001 | 110110 | 0 | 110110 | 111010 | 1111000 | 100101 | 11111 |
Color Harmonies of #316B31
Complementary color
Monochromatic Colors of #316B31
Black with #316B31
Text Example
Text Example
White with #316B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B31; }
p { color: rgb(49,107,49); }
H1.HeaderClassName
{
color: #316B31;
}
.AnyTagClassName
{
color: #316B31;
}
</style>
background-color css
<style>
a { background-color: #316B31; }
a { background-color: rgb(49,107,49); }
div.DivClassName
{
background-color: #316B31;
}
.BgClassName
{
background-color: #316B31;
}
</style>
border-color css
<style>
span { border-color: #316B31; }
span { border-color: rgb(49,107,49); }
td.TdClassName
{
border-color: #316B31;
}
.TagClassName
{
border-color: #316B31;
}
</style>