Shades of San Felix #316B2F
Tints of San Felix #316B2F
RGB
CMYK
RGB Variations
Color information
#316B2F (or 0x316B2F) is known color: San Felix. HEX triplet: 31, 6B and 2F. RGB value is (49,107,47). Sum of RGB (Red+Green+Blue) = 49+107+47=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #316B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B2F is #CE94D0. Grayscale: #535353. Windows color (decimal): -13538513 or 3107633. OLE color: 3107633.
HSL color Cylindrical-coordinate representation of color #316B2F: hue angle of 118º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316B2F is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 107 | 47 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.58 |
| HSL | 118º | 0.39% | 0.3% | - |
| HSV(B) | 118º | 0.56% | 0.42% | - |
| XYZ | 7.04 | 11.37 | 4.51 | - |
| YUV | 82.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 47 | 0.54 | 0 | 0.56 | 0.58 | 118 | 0.39 | 0.3 |
| Hex | 31 | 6B | 2F | 36 | 0 | 38 | 3A | 76 | 27 | 1E |
| Octal | 61 | 153 | 57 | 66 | 0 | 70 | 72 | 166 | 47 | 36 |
| Binary | 110001 | 1101011 | 101111 | 110110 | 0 | 111000 | 111010 | 1110110 | 100111 | 11110 |
Color Harmonies of #316B2F
Complementary color
Monochromatic Colors of #316B2F
Black with #316B2F
Text Example
Text Example
White with #316B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B2F; }
p { color: rgb(49,107,47); }
H1.HeaderClassName
{
color: #316B2F;
}
.AnyTagClassName
{
color: #316B2F;
}
</style>
background-color css
<style>
a { background-color: #316B2F; }
a { background-color: rgb(49,107,47); }
div.DivClassName
{
background-color: #316B2F;
}
.BgClassName
{
background-color: #316B2F;
}
</style>
border-color css
<style>
span { border-color: #316B2F; }
span { border-color: rgb(49,107,47); }
td.TdClassName
{
border-color: #316B2F;
}
.TagClassName
{
border-color: #316B2F;
}
</style>