Shades of San Felix #316C31
Tints of San Felix #316C31
RGB
CMYK
RGB Variations
Color information
#316C31 (or 0x316C31) is known color: San Felix. HEX triplet: 31, 6C and 31. RGB value is (49,108,49). Sum of RGB (Red+Green+Blue) = 49+108+49=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #316C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C31 is #CE93CE. Grayscale: #535353. Windows color (decimal): -13538255 or 3238961. OLE color: 3238961.
HSL color Cylindrical-coordinate representation of color #316C31: hue angle of 120º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C31 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 49 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.58 |
| HSL | 120º | 0.38% | 0.31% | - |
| HSV(B) | 120º | 0.55% | 0.42% | - |
| XYZ | 7.18 | 11.6 | 4.77 | - |
| YUV | 83.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 49 | 0.55 | 0 | 0.55 | 0.58 | 120 | 0.38 | 0.31 |
| Hex | 31 | 6C | 31 | 37 | 0 | 37 | 3A | 78 | 26 | 1F |
| Octal | 61 | 154 | 61 | 67 | 0 | 67 | 72 | 170 | 46 | 37 |
| Binary | 110001 | 1101100 | 110001 | 110111 | 0 | 110111 | 111010 | 1111000 | 100110 | 11111 |
Color Harmonies of #316C31
Complementary color
Monochromatic Colors of #316C31
Black with #316C31
Text Example
Text Example
White with #316C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C31; }
p { color: rgb(49,108,49); }
H1.HeaderClassName
{
color: #316C31;
}
.AnyTagClassName
{
color: #316C31;
}
</style>
background-color css
<style>
a { background-color: #316C31; }
a { background-color: rgb(49,108,49); }
div.DivClassName
{
background-color: #316C31;
}
.BgClassName
{
background-color: #316C31;
}
</style>
border-color css
<style>
span { border-color: #316C31; }
span { border-color: rgb(49,108,49); }
td.TdClassName
{
border-color: #316C31;
}
.TagClassName
{
border-color: #316C31;
}
</style>