Shades of San Felix #316E3B
Tints of San Felix #316E3B
RGB
CMYK
RGB Variations
Color information
#316E3B (or 0x316E3B) is known color: San Felix. HEX triplet: 31, 6E and 3B. RGB value is (49,110,59). Sum of RGB (Red+Green+Blue) = 49+110+59=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #316E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E3B is #CE91C4. Grayscale: #565656. Windows color (decimal): -13537733 or 3894833. OLE color: 3894833.
HSL color Cylindrical-coordinate representation of color #316E3B: hue angle of 129.84º 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 #316E3B is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 59 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.57 |
| HSL | 129.84º | 0.38% | 0.31% | - |
| HSV(B) | 129.84º | 0.55% | 0.43% | - |
| XYZ | 7.63 | 12.12 | 6.07 | - |
| YUV | 85.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 59 | 0.55 | 0 | 0.46 | 0.57 | 129.84 | 0.38 | 0.31 |
| Hex | 31 | 6E | 3B | 37 | 0 | 2E | 39 | 82 | 26 | 1F |
| Octal | 61 | 156 | 73 | 67 | 0 | 56 | 71 | 202 | 46 | 37 |
| Binary | 110001 | 1101110 | 111011 | 110111 | 0 | 101110 | 111001 | 10000010 | 100110 | 11111 |
Color Harmonies of #316E3B
Complementary color
Monochromatic Colors of #316E3B
Black with #316E3B
Text Example
Text Example
White with #316E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E3B; }
p { color: rgb(49,110,59); }
H1.HeaderClassName
{
color: #316E3B;
}
.AnyTagClassName
{
color: #316E3B;
}
</style>
background-color css
<style>
a { background-color: #316E3B; }
a { background-color: rgb(49,110,59); }
div.DivClassName
{
background-color: #316E3B;
}
.BgClassName
{
background-color: #316E3B;
}
</style>
border-color css
<style>
span { border-color: #316E3B; }
span { border-color: rgb(49,110,59); }
td.TdClassName
{
border-color: #316E3B;
}
.TagClassName
{
border-color: #316E3B;
}
</style>