Shades of San Felix #316F36
Tints of San Felix #316F36
RGB
CMYK
RGB Variations
Color information
#316F36 (or 0x316F36) is known color: San Felix. HEX triplet: 31, 6F and 36. RGB value is (49,111,54). Sum of RGB (Red+Green+Blue) = 49+111+54=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #316F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F36 is #CE90C9. Grayscale: #565656. Windows color (decimal): -13537482 or 3567409. OLE color: 3567409.
HSL color Cylindrical-coordinate representation of color #316F36: hue angle of 124.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F36 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 54 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.56 |
| HSL | 124.84º | 0.39% | 0.31% | - |
| HSV(B) | 124.84º | 0.56% | 0.44% | - |
| XYZ | 7.62 | 12.29 | 5.46 | - |
| YUV | 85.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 54 | 0.56 | 0 | 0.51 | 0.56 | 124.84 | 0.39 | 0.31 |
| Hex | 31 | 6F | 36 | 38 | 0 | 33 | 38 | 7D | 27 | 1F |
| Octal | 61 | 157 | 66 | 70 | 0 | 63 | 70 | 175 | 47 | 37 |
| Binary | 110001 | 1101111 | 110110 | 111000 | 0 | 110011 | 111000 | 1111101 | 100111 | 11111 |
Color Harmonies of #316F36
Complementary color
Monochromatic Colors of #316F36
Black with #316F36
Text Example
Text Example
White with #316F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F36; }
p { color: rgb(49,111,54); }
H1.HeaderClassName
{
color: #316F36;
}
.AnyTagClassName
{
color: #316F36;
}
</style>
background-color css
<style>
a { background-color: #316F36; }
a { background-color: rgb(49,111,54); }
div.DivClassName
{
background-color: #316F36;
}
.BgClassName
{
background-color: #316F36;
}
</style>
border-color css
<style>
span { border-color: #316F36; }
span { border-color: rgb(49,111,54); }
td.TdClassName
{
border-color: #316F36;
}
.TagClassName
{
border-color: #316F36;
}
</style>