Shades of San Felix #316E34
Tints of San Felix #316E34
RGB
CMYK
RGB Variations
Color information
#316E34 (or 0x316E34) is known color: San Felix. HEX triplet: 31, 6E and 34. RGB value is (49,110,52). Sum of RGB (Red+Green+Blue) = 49+110+52=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #316E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E34 is #CE91CB. Grayscale: #555555. Windows color (decimal): -13537740 or 3436081. OLE color: 3436081.
HSL color Cylindrical-coordinate representation of color #316E34: hue angle of 122.95º 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 #316E34 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 52 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.57 |
| HSL | 122.95º | 0.38% | 0.31% | - |
| HSV(B) | 122.95º | 0.55% | 0.43% | - |
| XYZ | 7.46 | 12.05 | 5.18 | - |
| YUV | 85.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 52 | 0.55 | 0 | 0.53 | 0.57 | 122.95 | 0.38 | 0.31 |
| Hex | 31 | 6E | 34 | 37 | 0 | 35 | 39 | 7B | 26 | 1F |
| Octal | 61 | 156 | 64 | 67 | 0 | 65 | 71 | 173 | 46 | 37 |
| Binary | 110001 | 1101110 | 110100 | 110111 | 0 | 110101 | 111001 | 1111011 | 100110 | 11111 |
Color Harmonies of #316E34
Complementary color
Monochromatic Colors of #316E34
Black with #316E34
Text Example
Text Example
White with #316E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E34; }
p { color: rgb(49,110,52); }
H1.HeaderClassName
{
color: #316E34;
}
.AnyTagClassName
{
color: #316E34;
}
</style>
background-color css
<style>
a { background-color: #316E34; }
a { background-color: rgb(49,110,52); }
div.DivClassName
{
background-color: #316E34;
}
.BgClassName
{
background-color: #316E34;
}
</style>
border-color css
<style>
span { border-color: #316E34; }
span { border-color: rgb(49,110,52); }
td.TdClassName
{
border-color: #316E34;
}
.TagClassName
{
border-color: #316E34;
}
</style>